Html Css Color HEX #DA2EAA Persian Rose

📋 copy color: '#DA2EAA'

red 218 ◦ green 46 ◦ blue 170

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

Shades of Persian Rose #DA2EAA

Tints of Persian Rose #DA2EAA

RGB

 RED value IS 218 (85.55% from 255) = 50.23%

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

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

R = 50.23%
G = 10.6%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA2EAA (or 0xDA2EAA) is known color: Persian Rose. HEX triplet: DA, 2E and AA. RGB value is (218,46,170). Sum of RGB (Red+Green+Blue) = 218+46+170=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 46 (18.36% from 255 or 10.60% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2EAA is #25D155. Grayscale: #6F6F6F. Windows color (decimal): -2478422 or 11153114. OLE color: 11153114.

HSL color Cylindrical-coordinate representation of color #DA2EAA: hue angle of 316.74º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA2EAA is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 46 170 -
CMYK 0 0.79 0.22 0.15
HSL 316.74º 0.7% 0.52% -
HSV(B) 316.74º 0.79% 0.85% -
XYZ 37.15 19.76 39.89 -
YUV 111.56 160.98 203.92 -
System Red Green Blue C M Y K H S L
Decimal 218 46 170 0 0.79 0.22 0.15 316.74 0.7 0.52
Hex DA 2E AA 0 4F 16 F 13D 46 34
Octal 332 56 252 0 117 26 17 475 106 64
Binary 11011010 101110 10101010 0 1001111 10110 1111 100111101 1000110 110100

Color Harmonies of #DA2EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2EAA

Black with #DA2EAA

Text Example


Text Example

White with #DA2EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2EAA; }

 p { color: rgb(218,46,170); }

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

background-color css

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

 a { background-color: rgb(218,46,170); }

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

border-color css

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

 span { border-color: rgb(218,46,170); }

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