Html Css Color HEX #DB4268 Cerise

📋 copy color: '#DB4268'

red 219 ◦ green 66 ◦ blue 104

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

Shades of Cerise #DB4268

Tints of Cerise #DB4268

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.97%

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

R = 56.3%
G = 16.97%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB4268 (or 0xDB4268) is known color: Cerise. HEX triplet: DB, 42 and 68. RGB value is (219,66,104). Sum of RGB (Red+Green+Blue) = 219+66+104=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4268 is #24BD97. Grayscale: #747474. Windows color (decimal): -2407832 or 6832859. OLE color: 6832859.

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

Color convert

RGB 219 66 104 -
CMYK 0 0.70 0.53 0.14
HSL 345.1º 0.68% 0.56% -
HSV(B) 345.1º 0.7% 0.86% -
XYZ 33.66 19.96 15.17 -
YUV 116.08 121.19 201.41 -
System Red Green Blue C M Y K H S L
Decimal 219 66 104 0 0.70 0.53 0.14 345.1 0.68 0.56
Hex DB 42 68 0 46 35 E 159 44 38
Octal 333 102 150 0 106 65 16 531 104 70
Binary 11011011 1000010 1101000 0 1000110 110101 1110 101011001 1000100 111000

Color Harmonies of #DB4268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4268

Black with #DB4268

Text Example


Text Example

White with #DB4268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4268; }

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

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

background-color css

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

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

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

border-color css

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

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

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