Html Css Color HEX #DF24A5 Persian Rose

📋 copy color: '#DF24A5'

red 223 ◦ green 36 ◦ blue 165

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

Shades of Persian Rose #DF24A5

Tints of Persian Rose #DF24A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.92%

R = 52.59%
G = 8.49%
B = 38.92%

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

#DF24A5 (or 0xDF24A5) is known color: Persian Rose. HEX triplet: DF, 24 and A5. RGB value is (223,36,165). Sum of RGB (Red+Green+Blue) = 223+36+165=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 36 (14.45% from 255 or 8.49% from 424); Blue value is 165 (64.84% from 255 or 38.92% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DF24A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF24A5 is #20DB5A. Grayscale: #6A6A6A. Windows color (decimal): -2153307 or 10822879. OLE color: 10822879.

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

Color convert

RGB 223 36 165 -
CMYK 0 0.84 0.26 0.13
HSL 318.61º 0.75% 0.51% -
HSV(B) 318.61º 0.84% 0.87% -
XYZ 37.85 19.67 37.4 -
YUV 106.62 160.95 211.01 -
System Red Green Blue C M Y K H S L
Decimal 223 36 165 0 0.84 0.26 0.13 318.61 0.75 0.51
Hex DF 24 A5 0 54 1A D 13F 4B 33
Octal 337 44 245 0 124 32 15 477 113 63
Binary 11011111 100100 10100101 0 1010100 11010 1101 100111111 1001011 110011

Color Harmonies of #DF24A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF24A5

Black with #DF24A5

Text Example


Text Example

White with #DF24A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF24A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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