Html Css Color HEX #DF24A3 Persian Rose

📋 copy color: '#DF24A3'

red 223 ◦ green 36 ◦ blue 163

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

Shades of Persian Rose #DF24A3

Tints of Persian Rose #DF24A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 38.63%

R = 52.84%
G = 8.53%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DF24A3 (or 0xDF24A3) is known color: Persian Rose. HEX triplet: DF, 24 and A3. RGB value is (223,36,163). Sum of RGB (Red+Green+Blue) = 223+36+163=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 36 (14.45% from 255 or 8.53% from 422); Blue value is 163 (64.06% from 255 or 38.63% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DF24A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF24A3 is #20DB5C. Grayscale: #6A6A6A. Windows color (decimal): -2153309 or 10691807. OLE color: 10691807.

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

Color convert

RGB 223 36 163 -
CMYK 0 0.84 0.27 0.13
HSL 319.25º 0.75% 0.51% -
HSV(B) 319.25º 0.84% 0.87% -
XYZ 37.67 19.59 36.45 -
YUV 106.39 159.95 211.17 -
System Red Green Blue C M Y K H S L
Decimal 223 36 163 0 0.84 0.27 0.13 319.25 0.75 0.51
Hex DF 24 A3 0 54 1B D 13F 4B 33
Octal 337 44 243 0 124 33 15 477 113 63
Binary 11011111 100100 10100011 0 1010100 11011 1101 100111111 1001011 110011

Color Harmonies of #DF24A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF24A3

Black with #DF24A3

Text Example


Text Example

White with #DF24A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF24A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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