Html Css Color HEX #DA29AA Persian Rose

📋 copy color: '#DA29AA'

red 218 ◦ green 41 ◦ blue 170

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

Shades of Persian Rose #DA29AA

Tints of Persian Rose #DA29AA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.56%

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

R = 50.82%
G = 9.56%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA29AA (or 0xDA29AA) is known color: Persian Rose. HEX triplet: DA, 29 and AA. RGB value is (218,41,170). Sum of RGB (Red+Green+Blue) = 218+41+170=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 41 (16.41% from 255 or 9.56% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA29AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA29AA is #25D655. Grayscale: #6C6C6C. Windows color (decimal): -2479702 or 11151834. OLE color: 11151834.

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

Color convert

RGB 218 41 170 -
CMYK 0 0.81 0.22 0.15
HSL 316.27º 0.71% 0.51% -
HSV(B) 316.27º 0.81% 0.85% -
XYZ 36.96 19.39 39.83 -
YUV 108.63 162.64 206.01 -
System Red Green Blue C M Y K H S L
Decimal 218 41 170 0 0.81 0.22 0.15 316.27 0.71 0.51
Hex DA 29 AA 0 51 16 F 13C 47 33
Octal 332 51 252 0 121 26 17 474 107 63
Binary 11011010 101001 10101010 0 1010001 10110 1111 100111100 1000111 110011

Color Harmonies of #DA29AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA29AA

Black with #DA29AA

Text Example


Text Example

White with #DA29AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA29AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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