Html Css Color HEX #DB31AF Persian Rose

📋 copy color: '#DB31AF'

red 219 ◦ green 49 ◦ blue 175

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

Shades of Persian Rose #DB31AF

Tints of Persian Rose #DB31AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.5%

R = 49.44%
G = 11.06%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DB31AF (or 0xDB31AF) is known color: Persian Rose. HEX triplet: DB, 31 and AF. RGB value is (219,49,175). Sum of RGB (Red+Green+Blue) = 219+49+175=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 49 (19.53% from 255 or 11.06% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB31AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB31AF is #24CE50. Grayscale: #717171. Windows color (decimal): -2412113 or 11481563. OLE color: 11481563.

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

Color convert

RGB 219 49 175 -
CMYK 0 0.78 0.20 0.14
HSL 315.53º 0.7% 0.53% -
HSV(B) 315.53º 0.78% 0.86% -
XYZ 38.05 20.35 42.48 -
YUV 114.19 162.32 202.75 -
System Red Green Blue C M Y K H S L
Decimal 219 49 175 0 0.78 0.20 0.14 315.53 0.7 0.53
Hex DB 31 AF 0 4E 14 E 13C 46 35
Octal 333 61 257 0 116 24 16 474 106 65
Binary 11011011 110001 10101111 0 1001110 10100 1110 100111100 1000110 110101

Color Harmonies of #DB31AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB31AF

Black with #DB31AF

Text Example


Text Example

White with #DB31AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB31AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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