Html Css Color HEX #DB2667 Cerise

📋 copy color: '#DB2667'

red 219 ◦ green 38 ◦ blue 103

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

Shades of Cerise #DB2667

Tints of Cerise #DB2667

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.56%

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

R = 60.83%
G = 10.56%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB2667 (or 0xDB2667) is known color: Cerise. HEX triplet: DB, 26 and 67. RGB value is (219,38,103). Sum of RGB (Red+Green+Blue) = 219+38+103=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 38 (15.23% from 255 or 10.56% from 360); Blue value is 103 (40.62% from 255 or 28.61% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2667 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2667 is #24D998. Grayscale: #636363. Windows color (decimal): -2415001 or 6760155. OLE color: 6760155.

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

Color convert

RGB 219 38 103 -
CMYK 0 0.83 0.53 0.14
HSL 338.45º 0.72% 0.5% -
HSV(B) 338.45º 0.83% 0.86% -
XYZ 32.35 17.43 14.49 -
YUV 99.53 129.97 213.21 -
System Red Green Blue C M Y K H S L
Decimal 219 38 103 0 0.83 0.53 0.14 338.45 0.72 0.5
Hex DB 26 67 0 53 35 E 152 48 32
Octal 333 46 147 0 123 65 16 522 110 62
Binary 11011011 100110 1100111 0 1010011 110101 1110 101010010 1001000 110010

Color Harmonies of #DB2667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2667

Black with #DB2667

Text Example


Text Example

White with #DB2667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2667; }

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

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

background-color css

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

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

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

border-color css

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

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

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