Html Css Color HEX #DF2FA9 Persian Rose

📋 copy color: '#DF2FA9'

red 223 ◦ green 47 ◦ blue 169

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

Shades of Persian Rose #DF2FA9

Tints of Persian Rose #DF2FA9

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.71%

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

R = 50.8%
G = 10.71%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DF2FA9 (or 0xDF2FA9) is known color: Persian Rose. HEX triplet: DF, 2F and A9. RGB value is (223,47,169). Sum of RGB (Red+Green+Blue) = 223+47+169=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 47 (18.75% from 255 or 10.71% from 439); Blue value is 169 (66.41% from 255 or 38.50% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2FA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2FA9 is #20D056. Grayscale: #717171. Windows color (decimal): -2150487 or 11087839. OLE color: 11087839.

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

Color convert

RGB 223 47 169 -
CMYK 0 0.79 0.24 0.13
HSL 318.41º 0.73% 0.53% -
HSV(B) 318.41º 0.79% 0.87% -
XYZ 38.61 20.59 39.47 -
YUV 113.53 159.31 206.08 -
System Red Green Blue C M Y K H S L
Decimal 223 47 169 0 0.79 0.24 0.13 318.41 0.73 0.53
Hex DF 2F A9 0 4F 18 D 13E 49 35
Octal 337 57 251 0 117 30 15 476 111 65
Binary 11011111 101111 10101001 0 1001111 11000 1101 100111110 1001001 110101

Color Harmonies of #DF2FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2FA9

Black with #DF2FA9

Text Example


Text Example

White with #DF2FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2FA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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