Html Css Color HEX #DB2D7A Deep Cerise

📋 copy color: '#DB2D7A'

red 219 ◦ green 45 ◦ blue 122

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

Shades of Deep Cerise #DB2D7A

Tints of Deep Cerise #DB2D7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.61%

R = 56.74%
G = 11.66%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB2D7A (or 0xDB2D7A) is known color: Deep Cerise. HEX triplet: DB, 2D and 7A. RGB value is (219,45,122). Sum of RGB (Red+Green+Blue) = 219+45+122=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 45 (17.97% from 255 or 11.66% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2D7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2D7A is #24D285. Grayscale: #696969. Windows color (decimal): -2413190 or 8007131. OLE color: 8007131.

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

Color convert

RGB 219 45 122 -
CMYK 0 0.79 0.44 0.14
HSL 333.45º 0.71% 0.52% -
HSV(B) 333.45º 0.79% 0.86% -
XYZ 33.66 18.34 20.18 -
YUV 105.8 137.15 208.74 -
System Red Green Blue C M Y K H S L
Decimal 219 45 122 0 0.79 0.44 0.14 333.45 0.71 0.52
Hex DB 2D 7A 0 4F 2C E 14D 47 34
Octal 333 55 172 0 117 54 16 515 107 64
Binary 11011011 101101 1111010 0 1001111 101100 1110 101001101 1000111 110100

Color Harmonies of #DB2D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2D7A

Black with #DB2D7A

Text Example


Text Example

White with #DB2D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2D7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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