Html Css Color HEX #DC24A7 Persian Rose

📋 copy color: '#DC24A7'

red 220 ◦ green 36 ◦ blue 167

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

Shades of Persian Rose #DC24A7

Tints of Persian Rose #DC24A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 39.48%

R = 52.01%
G = 8.51%
B = 39.48%

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

#DC24A7 (or 0xDC24A7) is known color: Persian Rose. HEX triplet: DC, 24 and A7. RGB value is (220,36,167). Sum of RGB (Red+Green+Blue) = 220+36+167=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 36 (14.45% from 255 or 8.51% from 423); Blue value is 167 (65.62% from 255 or 39.48% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC24A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC24A7 is #23DB58. Grayscale: #696969. Windows color (decimal): -2349913 or 10953948. OLE color: 10953948.

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

Color convert

RGB 220 36 167 -
CMYK 0 0.84 0.24 0.14
HSL 317.28º 0.72% 0.5% -
HSV(B) 317.28º 0.84% 0.86% -
XYZ 37.12 19.27 38.32 -
YUV 105.95 162.46 209.35 -
System Red Green Blue C M Y K H S L
Decimal 220 36 167 0 0.84 0.24 0.14 317.28 0.72 0.5
Hex DC 24 A7 0 54 18 E 13D 48 32
Octal 334 44 247 0 124 30 16 475 110 62
Binary 11011100 100100 10100111 0 1010100 11000 1110 100111101 1001000 110010

Color Harmonies of #DC24A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC24A7

Black with #DC24A7

Text Example


Text Example

White with #DC24A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC24A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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