Html Css Color HEX #DD31C9 Razzle Dazzle Rose

📋 copy color: '#DD31C9'

red 221 ◦ green 49 ◦ blue 201

#DD31C9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #DD31C9

Tints of Razzle Dazzle Rose #DD31C9

RGB

 RED value IS 221 (86.72% from 255) = 46.92%

 GREEN value IS 49 (19.53% from 255) = 10.4%

 BLUE value IS 201 (78.91% from 255) = 42.68%

R = 46.92%
G = 10.4%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD31C9 (or 0xDD31C9) is known color: Razzle Dazzle Rose. HEX triplet: DD, 31 and C9. RGB value is (221,49,201). Sum of RGB (Red+Green+Blue) = 221+49+201=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 49 (19.53% from 255 or 10.40% from 471); Blue value is 201 (78.91% from 255 or 42.68% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD31C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD31C9 is #22CE36. Grayscale: #757575. Windows color (decimal): -2281015 or 13185501. OLE color: 13185501.

HSL color Cylindrical-coordinate representation of color #DD31C9: hue angle of 306.98º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD31C9 is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 49 201 -
CMYK 0 0.78 0.09 0.13
HSL 306.98º 0.72% 0.53% -
HSV(B) 306.98º 0.78% 0.87% -
XYZ 41.46 21.79 57.28 -
YUV 117.76 174.98 201.64 -
System Red Green Blue C M Y K H S L
Decimal 221 49 201 0 0.78 0.09 0.13 306.98 0.72 0.53
Hex DD 31 C9 0 4E 9 D 133 48 35
Octal 335 61 311 0 116 11 15 463 110 65
Binary 11011101 110001 11001001 0 1001110 1001 1101 100110011 1001000 110101

Color Harmonies of #DD31C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD31C9

Black with #DD31C9

Text Example


Text Example

White with #DD31C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD31C9; }

 p { color: rgb(221,49,201); }

 H1.HeaderClassName
 {
   color: #DD31C9;
 }
 .AnyTagClassName
 {
   color: #DD31C9;
 }
</style>

background-color css

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

 a { background-color: rgb(221,49,201); }

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

border-color css

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

 span { border-color: rgb(221,49,201); }

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