Html Css Color HEX #DB279F Deep Cerise

📋 copy color: '#DB279F'

red 219 ◦ green 39 ◦ blue 159

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

Shades of Deep Cerise #DB279F

Tints of Deep Cerise #DB279F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.13%

R = 52.52%
G = 9.35%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DB279F (or 0xDB279F) is known color: Deep Cerise. HEX triplet: DB, 27 and 9F. RGB value is (219,39,159). Sum of RGB (Red+Green+Blue) = 219+39+159=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 39 (15.62% from 255 or 9.35% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB279F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB279F is #24D860. Grayscale: #6A6A6A. Windows color (decimal): -2414689 or 10430427. OLE color: 10430427.

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

Color convert

RGB 219 39 159 -
CMYK 0 0.82 0.27 0.14
HSL 320º 0.71% 0.51% -
HSV(B) 320º 0.82% 0.86% -
XYZ 36.2 19.01 34.56 -
YUV 106.5 157.63 208.24 -
System Red Green Blue C M Y K H S L
Decimal 219 39 159 0 0.82 0.27 0.14 320 0.71 0.51
Hex DB 27 9F 0 52 1B E 140 47 33
Octal 333 47 237 0 122 33 16 500 107 63
Binary 11011011 100111 10011111 0 1010010 11011 1110 101000000 1000111 110011

Color Harmonies of #DB279F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB279F

Black with #DB279F

Text Example


Text Example

White with #DB279F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB279F; }

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

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

background-color css

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

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

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

border-color css

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

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

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