Html Css Color HEX #DB2782 Deep Cerise

📋 copy color: '#DB2782'

red 219 ◦ green 39 ◦ blue 130

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

Shades of Deep Cerise #DB2782

Tints of Deep Cerise #DB2782

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.05%

 BLUE value IS 130 (51.17% from 255) = 33.51%

R = 56.44%
G = 10.05%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DB2782 (or 0xDB2782) is known color: Deep Cerise. HEX triplet: DB, 27 and 82. RGB value is (219,39,130). Sum of RGB (Red+Green+Blue) = 219+39+130=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 39 (15.62% from 255 or 10.05% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2782 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2782 is #24D87D. Grayscale: #676767. Windows color (decimal): -2414718 or 8529883. OLE color: 8529883.

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

Color convert

RGB 219 39 130 -
CMYK 0 0.82 0.41 0.14
HSL 329.67º 0.71% 0.51% -
HSV(B) 329.67º 0.82% 0.86% -
XYZ 33.97 18.12 22.83 -
YUV 103.19 143.13 210.6 -
System Red Green Blue C M Y K H S L
Decimal 219 39 130 0 0.82 0.41 0.14 329.67 0.71 0.51
Hex DB 27 82 0 52 29 E 14A 47 33
Octal 333 47 202 0 122 51 16 512 107 63
Binary 11011011 100111 10000010 0 1010010 101001 1110 101001010 1000111 110011

Color Harmonies of #DB2782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2782

Black with #DB2782

Text Example


Text Example

White with #DB2782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2782; }

 p { color: rgb(219,39,130); }

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

background-color css

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

 a { background-color: rgb(219,39,130); }

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

border-color css

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

 span { border-color: rgb(219,39,130); }

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