Html Css Color HEX #DB3E6C Cerise

📋 copy color: '#DB3E6C'

red 219 ◦ green 62 ◦ blue 108

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

Shades of Cerise #DB3E6C

Tints of Cerise #DB3E6C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.94%

 BLUE value IS 108 (42.58% from 255) = 27.76%

R = 56.3%
G = 15.94%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB3E6C (or 0xDB3E6C) is known color: Cerise. HEX triplet: DB, 3E and 6C. RGB value is (219,62,108). Sum of RGB (Red+Green+Blue) = 219+62+108=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 62 (24.61% from 255 or 15.94% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3E6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3E6C is #24C193. Grayscale: #727272. Windows color (decimal): -2408852 or 7093979. OLE color: 7093979.

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

Color convert

RGB 219 62 108 -
CMYK 0 0.72 0.51 0.14
HSL 342.42º 0.69% 0.55% -
HSV(B) 342.42º 0.72% 0.86% -
XYZ 33.64 19.59 16.2 -
YUV 114.19 124.51 202.76 -
System Red Green Blue C M Y K H S L
Decimal 219 62 108 0 0.72 0.51 0.14 342.42 0.69 0.55
Hex DB 3E 6C 0 48 33 E 156 45 37
Octal 333 76 154 0 110 63 16 526 105 67
Binary 11011011 111110 1101100 0 1001000 110011 1110 101010110 1000101 110111

Color Harmonies of #DB3E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3E6C

Black with #DB3E6C

Text Example


Text Example

White with #DB3E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3E6C; }

 p { color: rgb(219,62,108); }

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

background-color css

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

 a { background-color: rgb(219,62,108); }

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

border-color css

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

 span { border-color: rgb(219,62,108); }

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