Html Css Color HEX #DF29C9 Razzle Dazzle Rose

📋 copy color: '#DF29C9'

red 223 ◦ green 41 ◦ blue 201

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

Shades of Razzle Dazzle Rose #DF29C9

Tints of Razzle Dazzle Rose #DF29C9

RGB

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

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

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

R = 47.96%
G = 8.82%
B = 43.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DF29C9 (or 0xDF29C9) is known color: Razzle Dazzle Rose. HEX triplet: DF, 29 and C9. RGB value is (223,41,201). Sum of RGB (Red+Green+Blue) = 223+41+201=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 41 (16.41% from 255 or 8.82% from 465); Blue value is 201 (78.91% from 255 or 43.23% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF29C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF29C9 is #20D636. Grayscale: #717171. Windows color (decimal): -2151991 or 13183455. OLE color: 13183455.

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

Color convert

RGB 223 41 201 -
CMYK 0 0.82 0.10 0.13
HSL 307.25º 0.74% 0.52% -
HSV(B) 307.25º 0.82% 0.87% -
XYZ 41.77 21.49 57.21 -
YUV 113.66 177.3 205.99 -
System Red Green Blue C M Y K H S L
Decimal 223 41 201 0 0.82 0.10 0.13 307.25 0.74 0.52
Hex DF 29 C9 0 52 A D 133 4A 34
Octal 337 51 311 0 122 12 15 463 112 64
Binary 11011111 101001 11001001 0 1010010 1010 1101 100110011 1001010 110100

Color Harmonies of #DF29C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF29C9

Black with #DF29C9

Text Example


Text Example

White with #DF29C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF29C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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