Html Css Color HEX #DB2B67 Cerise

📋 copy color: '#DB2B67'

red 219 ◦ green 43 ◦ blue 103

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

Shades of Cerise #DB2B67

Tints of Cerise #DB2B67

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.78%

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

R = 60%
G = 11.78%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB2B67 (or 0xDB2B67) is known color: Cerise. HEX triplet: DB, 2B and 67. RGB value is (219,43,103). Sum of RGB (Red+Green+Blue) = 219+43+103=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 43 (17.19% from 255 or 11.78% from 365); Blue value is 103 (40.62% from 255 or 28.22% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2B67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2B67 is #24D498. Grayscale: #666666. Windows color (decimal): -2413721 or 6761435. OLE color: 6761435.

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

Color convert

RGB 219 43 103 -
CMYK 0 0.80 0.53 0.14
HSL 339.55º 0.71% 0.51% -
HSV(B) 339.55º 0.8% 0.86% -
XYZ 32.53 17.77 14.55 -
YUV 102.46 128.31 211.12 -
System Red Green Blue C M Y K H S L
Decimal 219 43 103 0 0.80 0.53 0.14 339.55 0.71 0.51
Hex DB 2B 67 0 50 35 E 154 47 33
Octal 333 53 147 0 120 65 16 524 107 63
Binary 11011011 101011 1100111 0 1010000 110101 1110 101010100 1000111 110011

Color Harmonies of #DB2B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2B67

Black with #DB2B67

Text Example


Text Example

White with #DB2B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2B67; }

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

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

background-color css

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

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

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

border-color css

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

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

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