Html Css Color HEX #DA2BAA Persian Rose

📋 copy color: '#DA2BAA'

red 218 ◦ green 43 ◦ blue 170

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

Shades of Persian Rose #DA2BAA

Tints of Persian Rose #DA2BAA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.98%

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

R = 50.58%
G = 9.98%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA2BAA (or 0xDA2BAA) is known color: Persian Rose. HEX triplet: DA, 2B and AA. RGB value is (218,43,170). Sum of RGB (Red+Green+Blue) = 218+43+170=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 43 (17.19% from 255 or 9.98% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2BAA is #25D455. Grayscale: #6D6D6D. Windows color (decimal): -2479190 or 11152346. OLE color: 11152346.

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

Color convert

RGB 218 43 170 -
CMYK 0 0.80 0.22 0.15
HSL 316.46º 0.7% 0.51% -
HSV(B) 316.46º 0.8% 0.85% -
XYZ 37.03 19.54 39.85 -
YUV 109.8 161.98 205.17 -
System Red Green Blue C M Y K H S L
Decimal 218 43 170 0 0.80 0.22 0.15 316.46 0.7 0.51
Hex DA 2B AA 0 50 16 F 13C 46 33
Octal 332 53 252 0 120 26 17 474 106 63
Binary 11011010 101011 10101010 0 1010000 10110 1111 100111100 1000110 110011

Color Harmonies of #DA2BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2BAA

Black with #DA2BAA

Text Example


Text Example

White with #DA2BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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