Html Css Color HEX #DC29D1 Razzle Dazzle Rose

📋 copy color: '#DC29D1'

red 220 ◦ green 41 ◦ blue 209

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

Shades of Razzle Dazzle Rose #DC29D1

Tints of Razzle Dazzle Rose #DC29D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.47%

R = 46.81%
G = 8.72%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DC29D1 (or 0xDC29D1) is known color: Razzle Dazzle Rose. HEX triplet: DC, 29 and D1. RGB value is (220,41,209). Sum of RGB (Red+Green+Blue) = 220+41+209=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 41 (16.41% from 255 or 8.72% from 470); Blue value is 209 (82.03% from 255 or 44.47% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC29D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC29D1 is #23D62E. Grayscale: #717171. Windows color (decimal): -2348591 or 13707740. OLE color: 13707740.

HSL color Cylindrical-coordinate representation of color #DC29D1: hue angle of 303.69º 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 #DC29D1 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 41 209 -
CMYK 0 0.81 0.05 0.14
HSL 303.69º 0.72% 0.51% -
HSV(B) 303.69º 0.81% 0.86% -
XYZ 41.82 21.4 62.25 -
YUV 113.67 181.8 203.84 -
System Red Green Blue C M Y K H S L
Decimal 220 41 209 0 0.81 0.05 0.14 303.69 0.72 0.51
Hex DC 29 D1 0 51 5 E 130 48 33
Octal 334 51 321 0 121 5 16 460 110 63
Binary 11011100 101001 11010001 0 1010001 101 1110 100110000 1001000 110011

Color Harmonies of #DC29D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC29D1

Black with #DC29D1

Text Example


Text Example

White with #DC29D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC29D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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