Html Css Color HEX #DF29CC Razzle Dazzle Rose

📋 copy color: '#DF29CC'

red 223 ◦ green 41 ◦ blue 204

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

Shades of Razzle Dazzle Rose #DF29CC

Tints of Razzle Dazzle Rose #DF29CC

RGB

 RED value IS 223 (87.5% from 255) = 47.65%

 GREEN value IS 41 (16.41% from 255) = 8.76%

 BLUE value IS 204 (80.08% from 255) = 43.59%

R = 47.65%
G = 8.76%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF29CC (or 0xDF29CC) is known color: Razzle Dazzle Rose. HEX triplet: DF, 29 and CC. RGB value is (223,41,204). Sum of RGB (Red+Green+Blue) = 223+41+204=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 41 (16.41% from 255 or 8.76% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF29CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF29CC is #20D633. Grayscale: #717171. Windows color (decimal): -2151988 or 13380063. OLE color: 13380063.

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

Color convert

RGB 223 41 204 -
CMYK 0 0.82 0.09 0.13
HSL 306.26º 0.74% 0.52% -
HSV(B) 306.26º 0.82% 0.87% -
XYZ 42.12 21.63 59.08 -
YUV 114 178.8 205.75 -
System Red Green Blue C M Y K H S L
Decimal 223 41 204 0 0.82 0.09 0.13 306.26 0.74 0.52
Hex DF 29 CC 0 52 9 D 132 4A 34
Octal 337 51 314 0 122 11 15 462 112 64
Binary 11011111 101001 11001100 0 1010010 1001 1101 100110010 1001010 110100

Color Harmonies of #DF29CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF29CC

Black with #DF29CC

Text Example


Text Example

White with #DF29CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF29CC; }

 p { color: rgb(223,41,204); }

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

background-color css

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

 a { background-color: rgb(223,41,204); }

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

border-color css

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

 span { border-color: rgb(223,41,204); }

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