Html Css Color HEX #DD31CE Razzle Dazzle Rose

📋 copy color: '#DD31CE'

red 221 ◦ green 49 ◦ blue 206

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

Shades of Razzle Dazzle Rose #DD31CE

Tints of Razzle Dazzle Rose #DD31CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.28%

R = 46.43%
G = 10.29%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD31CE (or 0xDD31CE) is known color: Razzle Dazzle Rose. HEX triplet: DD, 31 and CE. RGB value is (221,49,206). Sum of RGB (Red+Green+Blue) = 221+49+206=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 49 (19.53% from 255 or 10.29% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD31CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD31CE is #22CE31. Grayscale: #757575. Windows color (decimal): -2281010 or 13513181. OLE color: 13513181.

HSL color Cylindrical-coordinate representation of color #DD31CE: hue angle of 305.23º 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 #DD31CE is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 49 206 -
CMYK 0 0.78 0.07 0.13
HSL 305.23º 0.72% 0.53% -
HSV(B) 305.23º 0.78% 0.87% -
XYZ 42.06 22.03 60.43 -
YUV 118.33 177.48 201.23 -
System Red Green Blue C M Y K H S L
Decimal 221 49 206 0 0.78 0.07 0.13 305.23 0.72 0.53
Hex DD 31 CE 0 4E 7 D 131 48 35
Octal 335 61 316 0 116 7 15 461 110 65
Binary 11011101 110001 11001110 0 1001110 111 1101 100110001 1001000 110101

Color Harmonies of #DD31CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD31CE

Black with #DD31CE

Text Example


Text Example

White with #DD31CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD31CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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