Html Css Color HEX #DC29D5 Razzle Dazzle Rose

📋 copy color: '#DC29D5'

red 220 ◦ green 41 ◦ blue 213

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

Shades of Razzle Dazzle Rose #DC29D5

Tints of Razzle Dazzle Rose #DC29D5

RGB

 RED value IS 220 (86.33% from 255) = 46.41%

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

 BLUE value IS 213 (83.59% from 255) = 44.94%

R = 46.41%
G = 8.65%
B = 44.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DC29D5 (or 0xDC29D5) is known color: Razzle Dazzle Rose. HEX triplet: DC, 29 and D5. RGB value is (220,41,213). Sum of RGB (Red+Green+Blue) = 220+41+213=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 41 (16.41% from 255 or 8.65% from 474); Blue value is 213 (83.59% from 255 or 44.94% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC29D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC29D5 is #23D62A. Grayscale: #717171. Windows color (decimal): -2348587 or 13969884. OLE color: 13969884.

HSL color Cylindrical-coordinate representation of color #DC29D5: hue angle of 302.35º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC29D5 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 41 213 -
CMYK 0 0.81 0.03 0.14
HSL 302.35º 0.72% 0.51% -
HSV(B) 302.35º 0.81% 0.86% -
XYZ 42.32 21.61 64.89 -
YUV 114.13 183.8 203.51 -
System Red Green Blue C M Y K H S L
Decimal 220 41 213 0 0.81 0.03 0.14 302.35 0.72 0.51
Hex DC 29 D5 0 51 3 E 12E 48 33
Octal 334 51 325 0 121 3 16 456 110 63
Binary 11011100 101001 11010101 0 1010001 11 1110 100101110 1001000 110011

Color Harmonies of #DC29D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC29D5

Black with #DC29D5

Text Example


Text Example

White with #DC29D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC29D5; }

 p { color: rgb(220,41,213); }

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

background-color css

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

 a { background-color: rgb(220,41,213); }

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

border-color css

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

 span { border-color: rgb(220,41,213); }

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