Html Css Color HEX #DB2967 Cerise

📋 copy color: '#DB2967'

red 219 ◦ green 41 ◦ blue 103

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

Shades of Cerise #DB2967

Tints of Cerise #DB2967

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.29%

 BLUE value IS 103 (40.63% from 255) = 28.37%

R = 60.33%
G = 11.29%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB2967 (or 0xDB2967) is known color: Cerise. HEX triplet: DB, 29 and 67. RGB value is (219,41,103). Sum of RGB (Red+Green+Blue) = 219+41+103=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 103 (40.62% from 255 or 28.37% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2967 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2967 is #24D698. Grayscale: #656565. Windows color (decimal): -2414233 or 6760923. OLE color: 6760923.

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

Color convert

RGB 219 41 103 -
CMYK 0 0.81 0.53 0.14
HSL 339.1º 0.71% 0.51% -
HSV(B) 339.1º 0.81% 0.86% -
XYZ 32.45 17.63 14.52 -
YUV 101.29 128.97 211.96 -
System Red Green Blue C M Y K H S L
Decimal 219 41 103 0 0.81 0.53 0.14 339.1 0.71 0.51
Hex DB 29 67 0 51 35 E 153 47 33
Octal 333 51 147 0 121 65 16 523 107 63
Binary 11011011 101001 1100111 0 1010001 110101 1110 101010011 1000111 110011

Color Harmonies of #DB2967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2967

Black with #DB2967

Text Example


Text Example

White with #DB2967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2967; }

 p { color: rgb(219,41,103); }

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

background-color css

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

 a { background-color: rgb(219,41,103); }

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

border-color css

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

 span { border-color: rgb(219,41,103); }

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