Html Css Color HEX #DB2668 Cerise

📋 copy color: '#DB2668'

red 219 ◦ green 38 ◦ blue 104

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

Shades of Cerise #DB2668

Tints of Cerise #DB2668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.81%

R = 60.66%
G = 10.53%
B = 28.81%

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

#DB2668 (or 0xDB2668) is known color: Cerise. HEX triplet: DB, 26 and 68. RGB value is (219,38,104). Sum of RGB (Red+Green+Blue) = 219+38+104=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2668 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2668 is #24D997. Grayscale: #636363. Windows color (decimal): -2415000 or 6825691. OLE color: 6825691.

HSL color Cylindrical-coordinate representation of color #DB2668: hue angle of 338.12º 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 #DB2668 is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 38 104 -
CMYK 0 0.83 0.53 0.14
HSL 338.12º 0.72% 0.5% -
HSV(B) 338.12º 0.83% 0.86% -
XYZ 32.41 17.45 14.76 -
YUV 99.64 130.47 213.13 -
System Red Green Blue C M Y K H S L
Decimal 219 38 104 0 0.83 0.53 0.14 338.12 0.72 0.5
Hex DB 26 68 0 53 35 E 152 48 32
Octal 333 46 150 0 123 65 16 522 110 62
Binary 11011011 100110 1101000 0 1010011 110101 1110 101010010 1001000 110010

Color Harmonies of #DB2668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2668

Black with #DB2668

Text Example


Text Example

White with #DB2668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2668; }

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

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

background-color css

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

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

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

border-color css

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

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

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