Html Css Color HEX #DB277E Deep Cerise

📋 copy color: '#DB277E'

red 219 ◦ green 39 ◦ blue 126

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

Shades of Deep Cerise #DB277E

Tints of Deep Cerise #DB277E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.81%

R = 57.03%
G = 10.16%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB277E (or 0xDB277E) is known color: Deep Cerise. HEX triplet: DB, 27 and 7E. RGB value is (219,39,126). Sum of RGB (Red+Green+Blue) = 219+39+126=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 39 (15.62% from 255 or 10.16% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB277E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB277E is #24D881. Grayscale: #666666. Windows color (decimal): -2414722 or 8267739. OLE color: 8267739.

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

Color convert

RGB 219 39 126 -
CMYK 0 0.82 0.42 0.14
HSL 331º 0.71% 0.51% -
HSV(B) 331º 0.82% 0.86% -
XYZ 33.7 18.02 21.44 -
YUV 102.74 141.13 210.93 -
System Red Green Blue C M Y K H S L
Decimal 219 39 126 0 0.82 0.42 0.14 331 0.71 0.51
Hex DB 27 7E 0 52 2A E 14B 47 33
Octal 333 47 176 0 122 52 16 513 107 63
Binary 11011011 100111 1111110 0 1010010 101010 1110 101001011 1000111 110011

Color Harmonies of #DB277E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB277E

Black with #DB277E

Text Example


Text Example

White with #DB277E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB277E; }

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

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

background-color css

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

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

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

border-color css

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

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

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