Html Css Color HEX #DB29AA Persian Rose

📋 copy color: '#DB29AA'

red 219 ◦ green 41 ◦ blue 170

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

Shades of Persian Rose #DB29AA

Tints of Persian Rose #DB29AA

RGB

 RED value IS 219 (85.94% from 255) = 50.93%

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

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

R = 50.93%
G = 9.53%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB29AA (or 0xDB29AA) is known color: Persian Rose. HEX triplet: DB, 29 and AA. RGB value is (219,41,170). Sum of RGB (Red+Green+Blue) = 219+41+170=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 41 (16.41% from 255 or 9.53% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB29AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB29AA is #24D655. Grayscale: #6C6C6C. Windows color (decimal): -2414166 or 11151835. OLE color: 11151835.

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

Color convert

RGB 219 41 170 -
CMYK 0 0.81 0.22 0.14
HSL 316.52º 0.71% 0.51% -
HSV(B) 316.52º 0.81% 0.86% -
XYZ 37.26 19.55 39.84 -
YUV 108.93 162.47 206.51 -
System Red Green Blue C M Y K H S L
Decimal 219 41 170 0 0.81 0.22 0.14 316.52 0.71 0.51
Hex DB 29 AA 0 51 16 E 13D 47 33
Octal 333 51 252 0 121 26 16 475 107 63
Binary 11011011 101001 10101010 0 1010001 10110 1110 100111101 1000111 110011

Color Harmonies of #DB29AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB29AA

Black with #DB29AA

Text Example


Text Example

White with #DB29AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB29AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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