Html Css Color HEX #DB386C Cerise

📋 copy color: '#DB386C'

red 219 ◦ green 56 ◦ blue 108

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

Shades of Cerise #DB386C

Tints of Cerise #DB386C

RGB

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

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

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

R = 57.18%
G = 14.62%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB386C (or 0xDB386C) is known color: Cerise. HEX triplet: DB, 38 and 6C. RGB value is (219,56,108). Sum of RGB (Red+Green+Blue) = 219+56+108=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 56 (22.27% from 255 or 14.62% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB386C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB386C is #24C793. Grayscale: #6E6E6E. Windows color (decimal): -2410388 or 7092443. OLE color: 7092443.

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

Color convert

RGB 219 56 108 -
CMYK 0 0.74 0.51 0.14
HSL 340.86º 0.69% 0.54% -
HSV(B) 340.86º 0.74% 0.86% -
XYZ 33.33 18.97 16.09 -
YUV 110.67 126.5 205.27 -
System Red Green Blue C M Y K H S L
Decimal 219 56 108 0 0.74 0.51 0.14 340.86 0.69 0.54
Hex DB 38 6C 0 4A 33 E 155 45 36
Octal 333 70 154 0 112 63 16 525 105 66
Binary 11011011 111000 1101100 0 1001010 110011 1110 101010101 1000101 110110

Color Harmonies of #DB386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB386C

Black with #DB386C

Text Example


Text Example

White with #DB386C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB386C; }

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

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

background-color css

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

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

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

border-color css

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

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

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