Html Css Color HEX #DB31AA Persian Rose

📋 copy color: '#DB31AA'

red 219 ◦ green 49 ◦ blue 170

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

Shades of Persian Rose #DB31AA

Tints of Persian Rose #DB31AA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.19%

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

R = 50%
G = 11.19%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB31AA (or 0xDB31AA) is known color: Persian Rose. HEX triplet: DB, 31 and AA. RGB value is (219,49,170). Sum of RGB (Red+Green+Blue) = 219+49+170=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 49 (19.53% from 255 or 11.19% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB31AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB31AA is #24CE55. Grayscale: #717171. Windows color (decimal): -2412118 or 11153883. OLE color: 11153883.

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

Color convert

RGB 219 49 170 -
CMYK 0 0.78 0.22 0.14
HSL 317.29º 0.7% 0.53% -
HSV(B) 317.29º 0.78% 0.86% -
XYZ 37.57 20.16 39.94 -
YUV 113.62 159.82 203.16 -
System Red Green Blue C M Y K H S L
Decimal 219 49 170 0 0.78 0.22 0.14 317.29 0.7 0.53
Hex DB 31 AA 0 4E 16 E 13D 46 35
Octal 333 61 252 0 116 26 16 475 106 65
Binary 11011011 110001 10101010 0 1001110 10110 1110 100111101 1000110 110101

Color Harmonies of #DB31AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB31AA

Black with #DB31AA

Text Example


Text Example

White with #DB31AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB31AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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