Html Css Color HEX #DF3AA9 Persian Rose

📋 copy color: '#DF3AA9'

red 223 ◦ green 58 ◦ blue 169

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

Shades of Persian Rose #DF3AA9

Tints of Persian Rose #DF3AA9

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.89%

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

R = 49.56%
G = 12.89%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DF3AA9 (or 0xDF3AA9) is known color: Persian Rose. HEX triplet: DF, 3A and A9. RGB value is (223,58,169). Sum of RGB (Red+Green+Blue) = 223+58+169=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 58 (23.05% from 255 or 12.89% from 450); Blue value is 169 (66.41% from 255 or 37.56% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3AA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3AA9 is #20C556. Grayscale: #777777. Windows color (decimal): -2147671 or 11090655. OLE color: 11090655.

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

Color convert

RGB 223 58 169 -
CMYK 0 0.74 0.24 0.13
HSL 319.64º 0.72% 0.55% -
HSV(B) 319.64º 0.74% 0.87% -
XYZ 39.11 21.58 39.64 -
YUV 119.99 155.66 201.47 -
System Red Green Blue C M Y K H S L
Decimal 223 58 169 0 0.74 0.24 0.13 319.64 0.72 0.55
Hex DF 3A A9 0 4A 18 D 140 48 37
Octal 337 72 251 0 112 30 15 500 110 67
Binary 11011111 111010 10101001 0 1001010 11000 1101 101000000 1001000 110111

Color Harmonies of #DF3AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3AA9

Black with #DF3AA9

Text Example


Text Example

White with #DF3AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3AA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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