#DD38B7

Color #DD38B7 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #DD38B7

Tints of Razzle Dazzle Rose #DD38B7

Color information

#DD38B7 (or 0xDD38B7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DD, 38 and B7. RGB value is (221,56,183). Sum of RGB (Red+Green+Blue) = 221+56+183=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 56 (22.27% from 255 or 12.17% from 460); Blue value is 183 (71.88% from 255 or 39.78% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD38B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD38B7 is #22C748. Grayscale: #777777. Windows color (decimal): -2279241 or 12007645. OLE color: 12007645.

HSL color Cylindrical-coordinate representation of color #DD38B7: hue angle of 313.82º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD38B7 is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB22156183-
CMYK00.750.170.13
HSL313.82º70.82%54.31%-
HSV(B)313.82º74.66%86.67%-
XYZ39.7821.6246.88-
YUV119.81163.66200.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 48.04%
GREEN value IS 56 (22.27% from 255) = 12.17%
BLUE value IS 183 (71.88% from 255) = 39.78%
R=48.04%
G=12.17%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215618300.750.170.13313.8270.8254.31
HexDD38B704B11D13a4736
Octal335702670113211547210766
Binary1101110111100010110111010010111000111011001110101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD38B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD38B7; }

 p { color: rgb(221,56,183); }

 H1.HeaderClassName
 {
   color: #DD38B7;
 }
 .AnyTagClassName
 {
   color: #DD38B7;
 }
</style>
background-color css

<style>
 a { background-color: #DD38B7; }

 a { background-color: rgb(221,56,183); }

 div.DivClassName
 {
   background-color: #DD38B7;
 }
 .BgClassName
 {
   background-color: #DD38B7;
 }
</style>
border-color css

<style>
 span { border-color: #DD38B7; }

 span { border-color: rgb(221,56,183); }

 td.TdClassName
 {
   border-color: #DD38B7;
 }
 .TagClassName
 {
   border-color: #DD38B7;
 }
</style>