Html Css Color HEX #DB2DA7 Deep Cerise

📋 copy color: '#DB2DA7'

red 219 ◦ green 45 ◦ blue 167

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

Shades of Deep Cerise #DB2DA7

Tints of Deep Cerise #DB2DA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 38.75%

R = 50.81%
G = 10.44%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DB2DA7 (or 0xDB2DA7) is known color: Deep Cerise. HEX triplet: DB, 2D and A7. RGB value is (219,45,167). Sum of RGB (Red+Green+Blue) = 219+45+167=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 45 (17.97% from 255 or 10.44% from 431); Blue value is 167 (65.62% from 255 or 38.75% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2DA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2DA7 is #24D258. Grayscale: #6E6E6E. Windows color (decimal): -2413145 or 10956251. OLE color: 10956251.

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

Color convert

RGB 219 45 167 -
CMYK 0 0.79 0.24 0.14
HSL 317.93º 0.71% 0.52% -
HSV(B) 317.93º 0.79% 0.86% -
XYZ 37.13 19.73 38.41 -
YUV 110.93 159.65 205.08 -
System Red Green Blue C M Y K H S L
Decimal 219 45 167 0 0.79 0.24 0.14 317.93 0.71 0.52
Hex DB 2D A7 0 4F 18 E 13E 47 34
Octal 333 55 247 0 117 30 16 476 107 64
Binary 11011011 101101 10100111 0 1001111 11000 1110 100111110 1000111 110100

Color Harmonies of #DB2DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2DA7

Black with #DB2DA7

Text Example


Text Example

White with #DB2DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2DA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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