Html Css Color HEX #DF24A6 Persian Rose

📋 copy color: '#DF24A6'

red 223 ◦ green 36 ◦ blue 166

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

Shades of Persian Rose #DF24A6

Tints of Persian Rose #DF24A6

RGB

 RED value IS 223 (87.5% from 255) = 52.47%

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

 BLUE value IS 166 (65.23% from 255) = 39.06%

R = 52.47%
G = 8.47%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DF24A6 (or 0xDF24A6) is known color: Persian Rose. HEX triplet: DF, 24 and A6. RGB value is (223,36,166). Sum of RGB (Red+Green+Blue) = 223+36+166=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 36 (14.45% from 255 or 8.47% from 425); Blue value is 166 (65.23% from 255 or 39.06% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DF24A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF24A6 is #20DB59. Grayscale: #6A6A6A. Windows color (decimal): -2153306 or 10888415. OLE color: 10888415.

HSL color Cylindrical-coordinate representation of color #DF24A6: hue angle of 318.29º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF24A6 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 36 166 -
CMYK 0 0.84 0.26 0.13
HSL 318.29º 0.75% 0.51% -
HSV(B) 318.29º 0.84% 0.87% -
XYZ 37.95 19.7 37.88 -
YUV 106.73 161.45 210.93 -
System Red Green Blue C M Y K H S L
Decimal 223 36 166 0 0.84 0.26 0.13 318.29 0.75 0.51
Hex DF 24 A6 0 54 1A D 13E 4B 33
Octal 337 44 246 0 124 32 15 476 113 63
Binary 11011111 100100 10100110 0 1010100 11010 1101 100111110 1001011 110011

Color Harmonies of #DF24A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF24A6

Black with #DF24A6

Text Example


Text Example

White with #DF24A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF24A6; }

 p { color: rgb(223,36,166); }

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

background-color css

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

 a { background-color: rgb(223,36,166); }

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

border-color css

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

 span { border-color: rgb(223,36,166); }

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