Html Css Color HEX #DF25A9 Persian Rose

📋 copy color: '#DF25A9'

red 223 ◦ green 37 ◦ blue 169

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

Shades of Persian Rose #DF25A9

Tints of Persian Rose #DF25A9

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.62%

 BLUE value IS 169 (66.41% from 255) = 39.39%

R = 51.98%
G = 8.62%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DF25A9 (or 0xDF25A9) is known color: Persian Rose. HEX triplet: DF, 25 and A9. RGB value is (223,37,169). Sum of RGB (Red+Green+Blue) = 223+37+169=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 37 (14.84% from 255 or 8.62% from 429); Blue value is 169 (66.41% from 255 or 39.39% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF25A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF25A9 is #20DA56. Grayscale: #6B6B6B. Windows color (decimal): -2153047 or 11085279. OLE color: 11085279.

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

Color convert

RGB 223 37 169 -
CMYK 0 0.83 0.24 0.13
HSL 317.42º 0.74% 0.51% -
HSV(B) 317.42º 0.83% 0.87% -
XYZ 38.25 19.88 39.36 -
YUV 107.66 162.62 210.27 -
System Red Green Blue C M Y K H S L
Decimal 223 37 169 0 0.83 0.24 0.13 317.42 0.74 0.51
Hex DF 25 A9 0 53 18 D 13D 4A 33
Octal 337 45 251 0 123 30 15 475 112 63
Binary 11011111 100101 10101001 0 1010011 11000 1101 100111101 1001010 110011

Color Harmonies of #DF25A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF25A9

Black with #DF25A9

Text Example


Text Example

White with #DF25A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF25A9; }

 p { color: rgb(223,37,169); }

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

background-color css

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

 a { background-color: rgb(223,37,169); }

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

border-color css

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

 span { border-color: rgb(223,37,169); }

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