Html Css Color HEX #DC2DAB Persian Rose

📋 copy color: '#DC2DAB'

red 220 ◦ green 45 ◦ blue 171

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

Shades of Persian Rose #DC2DAB

Tints of Persian Rose #DC2DAB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.32%

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

R = 50.46%
G = 10.32%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC2DAB (or 0xDC2DAB) is known color: Persian Rose. HEX triplet: DC, 2D and AB. RGB value is (220,45,171). Sum of RGB (Red+Green+Blue) = 220+45+171=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 45 (17.97% from 255 or 10.32% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2DAB is #23D254. Grayscale: #6F6F6F. Windows color (decimal): -2347605 or 11218396. OLE color: 11218396.

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

Color convert

RGB 220 45 171 -
CMYK 0 0.80 0.22 0.14
HSL 316.8º 0.71% 0.52% -
HSV(B) 316.8º 0.8% 0.86% -
XYZ 37.8 20.03 40.4 -
YUV 111.69 161.48 205.25 -
System Red Green Blue C M Y K H S L
Decimal 220 45 171 0 0.80 0.22 0.14 316.8 0.71 0.52
Hex DC 2D AB 0 50 16 E 13D 47 34
Octal 334 55 253 0 120 26 16 475 107 64
Binary 11011100 101101 10101011 0 1010000 10110 1110 100111101 1000111 110100

Color Harmonies of #DC2DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2DAB

Black with #DC2DAB

Text Example


Text Example

White with #DC2DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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