Html Css Color HEX #DC29A6 Persian Rose

📋 copy color: '#DC29A6'

red 220 ◦ green 41 ◦ blue 166

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

Shades of Persian Rose #DC29A6

Tints of Persian Rose #DC29A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 38.88%

R = 51.52%
G = 9.6%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC29A6 (or 0xDC29A6) is known color: Persian Rose. HEX triplet: DC, 29 and A6. RGB value is (220,41,166). Sum of RGB (Red+Green+Blue) = 220+41+166=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 41 (16.41% from 255 or 9.60% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC29A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC29A6 is #23D659. Grayscale: #6C6C6C. Windows color (decimal): -2348634 or 10889692. OLE color: 10889692.

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

Color convert

RGB 220 41 166 -
CMYK 0 0.81 0.25 0.14
HSL 318.1º 0.72% 0.51% -
HSV(B) 318.1º 0.81% 0.86% -
XYZ 37.19 19.55 37.89 -
YUV 108.77 160.3 207.34 -
System Red Green Blue C M Y K H S L
Decimal 220 41 166 0 0.81 0.25 0.14 318.1 0.72 0.51
Hex DC 29 A6 0 51 19 E 13E 48 33
Octal 334 51 246 0 121 31 16 476 110 63
Binary 11011100 101001 10100110 0 1010001 11001 1110 100111110 1001000 110011

Color Harmonies of #DC29A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC29A6

Black with #DC29A6

Text Example


Text Example

White with #DC29A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC29A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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