Html Css Color HEX #DB31AD Persian Rose

📋 copy color: '#DB31AD'

red 219 ◦ green 49 ◦ blue 173

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

Shades of Persian Rose #DB31AD

Tints of Persian Rose #DB31AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.23%

R = 49.66%
G = 11.11%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB31AD (or 0xDB31AD) is known color: Persian Rose. HEX triplet: DB, 31 and AD. RGB value is (219,49,173). Sum of RGB (Red+Green+Blue) = 219+49+173=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 49 (19.53% from 255 or 11.11% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB31AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB31AD is #24CE52. Grayscale: #717171. Windows color (decimal): -2412115 or 11350491. OLE color: 11350491.

HSL color Cylindrical-coordinate representation of color #DB31AD: hue angle of 316.24º 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 #DB31AD is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 49 173 -
CMYK 0 0.78 0.21 0.14
HSL 316.24º 0.7% 0.53% -
HSV(B) 316.24º 0.78% 0.86% -
XYZ 37.85 20.27 41.45 -
YUV 113.97 161.32 202.92 -
System Red Green Blue C M Y K H S L
Decimal 219 49 173 0 0.78 0.21 0.14 316.24 0.7 0.53
Hex DB 31 AD 0 4E 15 E 13C 46 35
Octal 333 61 255 0 116 25 16 474 106 65
Binary 11011011 110001 10101101 0 1001110 10101 1110 100111100 1000110 110101

Color Harmonies of #DB31AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB31AD

Black with #DB31AD

Text Example


Text Example

White with #DB31AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB31AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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