Html Css Color HEX #DC24A8 Persian Rose

📋 copy color: '#DC24A8'

red 220 ◦ green 36 ◦ blue 168

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

Shades of Persian Rose #DC24A8

Tints of Persian Rose #DC24A8

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.49%

 BLUE value IS 168 (66.02% from 255) = 39.62%

R = 51.89%
G = 8.49%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DC24A8 (or 0xDC24A8) is known color: Persian Rose. HEX triplet: DC, 24 and A8. RGB value is (220,36,168). Sum of RGB (Red+Green+Blue) = 220+36+168=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 36 (14.45% from 255 or 8.49% from 424); Blue value is 168 (66.02% from 255 or 39.62% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC24A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC24A8 is #23DB57. Grayscale: #696969. Windows color (decimal): -2349912 or 11019484. OLE color: 11019484.

HSL color Cylindrical-coordinate representation of color #DC24A8: hue angle of 316.96º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC24A8 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 36 168 -
CMYK 0 0.84 0.24 0.14
HSL 316.96º 0.72% 0.5% -
HSV(B) 316.96º 0.84% 0.86% -
XYZ 37.21 19.3 38.81 -
YUV 106.06 162.96 209.27 -
System Red Green Blue C M Y K H S L
Decimal 220 36 168 0 0.84 0.24 0.14 316.96 0.72 0.5
Hex DC 24 A8 0 54 18 E 13D 48 32
Octal 334 44 250 0 124 30 16 475 110 62
Binary 11011100 100100 10101000 0 1010100 11000 1110 100111101 1001000 110010

Color Harmonies of #DC24A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC24A8

Black with #DC24A8

Text Example


Text Example

White with #DC24A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC24A8; }

 p { color: rgb(220,36,168); }

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

background-color css

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

 a { background-color: rgb(220,36,168); }

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

border-color css

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

 span { border-color: rgb(220,36,168); }

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