Html Css Color HEX #DB2DAB Persian Rose

📋 copy color: '#DB2DAB'

red 219 ◦ green 45 ◦ blue 171

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

Shades of Persian Rose #DB2DAB

Tints of Persian Rose #DB2DAB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.34%

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

R = 50.34%
G = 10.34%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB2DAB (or 0xDB2DAB) is known color: Persian Rose. HEX triplet: DB, 2D and AB. RGB value is (219,45,171). Sum of RGB (Red+Green+Blue) = 219+45+171=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 45 (17.97% from 255 or 10.34% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2DAB is #24D254. Grayscale: #6F6F6F. Windows color (decimal): -2413141 or 11218395. OLE color: 11218395.

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

Color convert

RGB 219 45 171 -
CMYK 0 0.79 0.22 0.14
HSL 316.55º 0.71% 0.52% -
HSV(B) 316.55º 0.79% 0.86% -
XYZ 37.5 19.88 40.39 -
YUV 111.39 161.65 204.75 -
System Red Green Blue C M Y K H S L
Decimal 219 45 171 0 0.79 0.22 0.14 316.55 0.71 0.52
Hex DB 2D AB 0 4F 16 E 13D 47 34
Octal 333 55 253 0 117 26 16 475 107 64
Binary 11011011 101101 10101011 0 1001111 10110 1110 100111101 1000111 110100

Color Harmonies of #DB2DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2DAB

Black with #DB2DAB

Text Example


Text Example

White with #DB2DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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