Html Css Color HEX #DC32AB Persian Rose

📋 copy color: '#DC32AB'

red 220 ◦ green 50 ◦ blue 171

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

Shades of Persian Rose #DC32AB

Tints of Persian Rose #DC32AB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.34%

 BLUE value IS 171 (67.19% from 255) = 38.78%

R = 49.89%
G = 11.34%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC32AB (or 0xDC32AB) is known color: Persian Rose. HEX triplet: DC, 32 and AB. RGB value is (220,50,171). Sum of RGB (Red+Green+Blue) = 220+50+171=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 50 (19.92% from 255 or 11.34% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC32AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC32AB is #23CD54. Grayscale: #727272. Windows color (decimal): -2346325 or 11219676. OLE color: 11219676.

HSL color Cylindrical-coordinate representation of color #DC32AB: hue angle of 317.29º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC32AB is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 50 171 -
CMYK 0 0.77 0.22 0.14
HSL 317.29º 0.71% 0.53% -
HSV(B) 317.29º 0.77% 0.86% -
XYZ 38.01 20.44 40.47 -
YUV 114.62 159.82 203.16 -
System Red Green Blue C M Y K H S L
Decimal 220 50 171 0 0.77 0.22 0.14 317.29 0.71 0.53
Hex DC 32 AB 0 4D 16 E 13D 47 35
Octal 334 62 253 0 115 26 16 475 107 65
Binary 11011100 110010 10101011 0 1001101 10110 1110 100111101 1000111 110101

Color Harmonies of #DC32AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC32AB

Black with #DC32AB

Text Example


Text Example

White with #DC32AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC32AB; }

 p { color: rgb(220,50,171); }

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

background-color css

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

 a { background-color: rgb(220,50,171); }

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

border-color css

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

 span { border-color: rgb(220,50,171); }

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