Html Css Color HEX #DB2BAB Persian Rose

📋 copy color: '#DB2BAB'

red 219 ◦ green 43 ◦ blue 171

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

Shades of Persian Rose #DB2BAB

Tints of Persian Rose #DB2BAB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.93%

 BLUE value IS 171 (67.19% from 255) = 39.49%

R = 50.58%
G = 9.93%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB2BAB (or 0xDB2BAB) is known color: Persian Rose. HEX triplet: DB, 2B and AB. RGB value is (219,43,171). Sum of RGB (Red+Green+Blue) = 219+43+171=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 43 (17.19% from 255 or 9.93% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2BAB is #24D454. Grayscale: #6D6D6D. Windows color (decimal): -2413653 or 11217883. OLE color: 11217883.

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

Color convert

RGB 219 43 171 -
CMYK 0 0.80 0.22 0.14
HSL 316.36º 0.71% 0.51% -
HSV(B) 316.36º 0.8% 0.86% -
XYZ 37.43 19.73 40.36 -
YUV 110.22 162.31 205.59 -
System Red Green Blue C M Y K H S L
Decimal 219 43 171 0 0.80 0.22 0.14 316.36 0.71 0.51
Hex DB 2B AB 0 50 16 E 13C 47 33
Octal 333 53 253 0 120 26 16 474 107 63
Binary 11011011 101011 10101011 0 1010000 10110 1110 100111100 1000111 110011

Color Harmonies of #DB2BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2BAB

Black with #DB2BAB

Text Example


Text Example

White with #DB2BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2BAB; }

 p { color: rgb(219,43,171); }

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

background-color css

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

 a { background-color: rgb(219,43,171); }

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

border-color css

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

 span { border-color: rgb(219,43,171); }

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