Html Css Color HEX #DF2EA9 Persian Rose

📋 copy color: '#DF2EA9'

red 223 ◦ green 46 ◦ blue 169

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

Shades of Persian Rose #DF2EA9

Tints of Persian Rose #DF2EA9

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.5%

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

R = 50.91%
G = 10.5%
B = 38.58%

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

#DF2EA9 (or 0xDF2EA9) is known color: Persian Rose. HEX triplet: DF, 2E and A9. RGB value is (223,46,169). Sum of RGB (Red+Green+Blue) = 223+46+169=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 46 (18.36% from 255 or 10.50% from 438); Blue value is 169 (66.41% from 255 or 38.58% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2EA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2EA9 is #20D156. Grayscale: #707070. Windows color (decimal): -2150743 or 11087583. OLE color: 11087583.

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

Color convert

RGB 223 46 169 -
CMYK 0 0.79 0.24 0.13
HSL 318.31º 0.73% 0.53% -
HSV(B) 318.31º 0.79% 0.87% -
XYZ 38.57 20.51 39.46 -
YUV 112.95 159.64 206.5 -
System Red Green Blue C M Y K H S L
Decimal 223 46 169 0 0.79 0.24 0.13 318.31 0.73 0.53
Hex DF 2E A9 0 4F 18 D 13E 49 35
Octal 337 56 251 0 117 30 15 476 111 65
Binary 11011111 101110 10101001 0 1001111 11000 1101 100111110 1001001 110101

Color Harmonies of #DF2EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2EA9

Black with #DF2EA9

Text Example


Text Example

White with #DF2EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2EA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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