Html Css Color HEX #DC36AB Persian Rose

📋 copy color: '#DC36AB'

red 220 ◦ green 54 ◦ blue 171

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

Shades of Persian Rose #DC36AB

Tints of Persian Rose #DC36AB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.13%

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

R = 49.44%
G = 12.13%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC36AB (or 0xDC36AB) is known color: Persian Rose. HEX triplet: DC, 36 and AB. RGB value is (220,54,171). Sum of RGB (Red+Green+Blue) = 220+54+171=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 54 (21.48% from 255 or 12.13% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC36AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC36AB is #23C954. Grayscale: #747474. Windows color (decimal): -2345301 or 11220700. OLE color: 11220700.

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

Color convert

RGB 220 54 171 -
CMYK 0 0.75 0.22 0.14
HSL 317.71º 0.7% 0.54% -
HSV(B) 317.71º 0.75% 0.86% -
XYZ 38.19 20.79 40.53 -
YUV 116.97 158.5 201.49 -
System Red Green Blue C M Y K H S L
Decimal 220 54 171 0 0.75 0.22 0.14 317.71 0.7 0.54
Hex DC 36 AB 0 4B 16 E 13E 46 36
Octal 334 66 253 0 113 26 16 476 106 66
Binary 11011100 110110 10101011 0 1001011 10110 1110 100111110 1000110 110110

Color Harmonies of #DC36AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC36AB

Black with #DC36AB

Text Example


Text Example

White with #DC36AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC36AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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