Html Css Color HEX #DB3868 Cerise

📋 copy color: '#DB3868'

red 219 ◦ green 56 ◦ blue 104

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

Shades of Cerise #DB3868

Tints of Cerise #DB3868

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.78%

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

R = 57.78%
G = 14.78%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB3868 (or 0xDB3868) is known color: Cerise. HEX triplet: DB, 38 and 68. RGB value is (219,56,104). Sum of RGB (Red+Green+Blue) = 219+56+104=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 56 (22.27% from 255 or 14.78% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3868 is #24C797. Grayscale: #6E6E6E. Windows color (decimal): -2410392 or 6830299. OLE color: 6830299.

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

Color convert

RGB 219 56 104 -
CMYK 0 0.74 0.53 0.14
HSL 342.33º 0.69% 0.54% -
HSV(B) 342.33º 0.74% 0.86% -
XYZ 33.13 18.89 15 -
YUV 110.21 124.5 205.6 -
System Red Green Blue C M Y K H S L
Decimal 219 56 104 0 0.74 0.53 0.14 342.33 0.69 0.54
Hex DB 38 68 0 4A 35 E 156 45 36
Octal 333 70 150 0 112 65 16 526 105 66
Binary 11011011 111000 1101000 0 1001010 110101 1110 101010110 1000101 110110

Color Harmonies of #DB3868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3868

Black with #DB3868

Text Example


Text Example

White with #DB3868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3868; }

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

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

background-color css

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

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

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

border-color css

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

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

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