Html Css Color HEX #DB2EB0 Persian Rose

📋 copy color: '#DB2EB0'

red 219 ◦ green 46 ◦ blue 176

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

Shades of Persian Rose #DB2EB0

Tints of Persian Rose #DB2EB0

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.43%

 BLUE value IS 176 (69.14% from 255) = 39.91%

R = 49.66%
G = 10.43%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DB2EB0 (or 0xDB2EB0) is known color: Persian Rose. HEX triplet: DB, 2E and B0. RGB value is (219,46,176). Sum of RGB (Red+Green+Blue) = 219+46+176=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 46 (18.36% from 255 or 10.43% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2EB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2EB0 is #24D14F. Grayscale: #707070. Windows color (decimal): -2412880 or 11546331. OLE color: 11546331.

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

Color convert

RGB 219 46 176 -
CMYK 0 0.79 0.20 0.14
HSL 314.91º 0.71% 0.52% -
HSV(B) 314.91º 0.79% 0.86% -
XYZ 38.03 20.15 42.96 -
YUV 112.55 163.81 203.93 -
System Red Green Blue C M Y K H S L
Decimal 219 46 176 0 0.79 0.20 0.14 314.91 0.71 0.52
Hex DB 2E B0 0 4F 14 E 13B 47 34
Octal 333 56 260 0 117 24 16 473 107 64
Binary 11011011 101110 10110000 0 1001111 10100 1110 100111011 1000111 110100

Color Harmonies of #DB2EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2EB0

Black with #DB2EB0

Text Example


Text Example

White with #DB2EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2EB0; }

 p { color: rgb(219,46,176); }

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

background-color css

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

 a { background-color: rgb(219,46,176); }

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

border-color css

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

 span { border-color: rgb(219,46,176); }

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