Html Css Color HEX #DF3EAA Persian Rose

📋 copy color: '#DF3EAA'

red 223 ◦ green 62 ◦ blue 170

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

Shades of Persian Rose #DF3EAA

Tints of Persian Rose #DF3EAA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.63%

 BLUE value IS 170 (66.8% from 255) = 37.36%

R = 49.01%
G = 13.63%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DF3EAA (or 0xDF3EAA) is known color: Persian Rose. HEX triplet: DF, 3E and AA. RGB value is (223,62,170). Sum of RGB (Red+Green+Blue) = 223+62+170=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 62 (24.61% from 255 or 13.63% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3EAA is #20C155. Grayscale: #7A7A7A. Windows color (decimal): -2146646 or 11157215. OLE color: 11157215.

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

Color convert

RGB 223 62 170 -
CMYK 0 0.72 0.24 0.13
HSL 319.75º 0.72% 0.56% -
HSV(B) 319.75º 0.72% 0.87% -
XYZ 39.41 22.04 40.21 -
YUV 122.45 154.84 199.72 -
System Red Green Blue C M Y K H S L
Decimal 223 62 170 0 0.72 0.24 0.13 319.75 0.72 0.56
Hex DF 3E AA 0 48 18 D 140 48 38
Octal 337 76 252 0 110 30 15 500 110 70
Binary 11011111 111110 10101010 0 1001000 11000 1101 101000000 1001000 111000

Color Harmonies of #DF3EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3EAA

Black with #DF3EAA

Text Example


Text Example

White with #DF3EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3EAA; }

 p { color: rgb(223,62,170); }

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

background-color css

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

 a { background-color: rgb(223,62,170); }

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

border-color css

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

 span { border-color: rgb(223,62,170); }

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