Html Css Color HEX #DB278B Deep Cerise

📋 copy color: '#DB278B'

red 219 ◦ green 39 ◦ blue 139

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

Shades of Deep Cerise #DB278B

Tints of Deep Cerise #DB278B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.01%

R = 55.16%
G = 9.82%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB278B (or 0xDB278B) is known color: Deep Cerise. HEX triplet: DB, 27 and 8B. RGB value is (219,39,139). Sum of RGB (Red+Green+Blue) = 219+39+139=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 39 (15.62% from 255 or 9.82% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB278B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB278B is #24D874. Grayscale: #686868. Windows color (decimal): -2414709 or 9119707. OLE color: 9119707.

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

Color convert

RGB 219 39 139 -
CMYK 0 0.82 0.37 0.14
HSL 326.67º 0.71% 0.51% -
HSV(B) 326.67º 0.82% 0.86% -
XYZ 34.6 18.38 26.15 -
YUV 104.22 147.63 209.87 -
System Red Green Blue C M Y K H S L
Decimal 219 39 139 0 0.82 0.37 0.14 326.67 0.71 0.51
Hex DB 27 8B 0 52 25 E 147 47 33
Octal 333 47 213 0 122 45 16 507 107 63
Binary 11011011 100111 10001011 0 1010010 100101 1110 101000111 1000111 110011

Color Harmonies of #DB278B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB278B

Black with #DB278B

Text Example


Text Example

White with #DB278B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB278B; }

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

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

background-color css

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

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

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

border-color css

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

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

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