Html Css Color HEX #DB3167 Cerise

📋 copy color: '#DB3167'

red 219 ◦ green 49 ◦ blue 103

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

Shades of Cerise #DB3167

Tints of Cerise #DB3167

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.21%

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

R = 59.03%
G = 13.21%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB3167 (or 0xDB3167) is known color: Cerise. HEX triplet: DB, 31 and 67. RGB value is (219,49,103). Sum of RGB (Red+Green+Blue) = 219+49+103=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3167 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3167 is #24CE98. Grayscale: #696969. Windows color (decimal): -2412185 or 6762971. OLE color: 6762971.

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

Color convert

RGB 219 49 103 -
CMYK 0 0.78 0.53 0.14
HSL 340.94º 0.7% 0.53% -
HSV(B) 340.94º 0.78% 0.86% -
XYZ 32.76 18.24 14.63 -
YUV 105.99 126.32 208.61 -
System Red Green Blue C M Y K H S L
Decimal 219 49 103 0 0.78 0.53 0.14 340.94 0.7 0.53
Hex DB 31 67 0 4E 35 E 155 46 35
Octal 333 61 147 0 116 65 16 525 106 65
Binary 11011011 110001 1100111 0 1001110 110101 1110 101010101 1000110 110101

Color Harmonies of #DB3167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3167

Black with #DB3167

Text Example


Text Example

White with #DB3167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3167; }

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

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

background-color css

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

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

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

border-color css

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

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

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