Html Css Color HEX #DB386E Cerise

📋 copy color: '#DB386E'

red 219 ◦ green 56 ◦ blue 110

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

Shades of Cerise #DB386E

Tints of Cerise #DB386E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.57%

R = 56.88%
G = 14.55%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DB386E (or 0xDB386E) is known color: Cerise. HEX triplet: DB, 38 and 6E. RGB value is (219,56,110). Sum of RGB (Red+Green+Blue) = 219+56+110=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 56 (22.27% from 255 or 14.55% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB386E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB386E is #24C791. Grayscale: #6E6E6E. Windows color (decimal): -2410386 or 7223515. OLE color: 7223515.

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

Color convert

RGB 219 56 110 -
CMYK 0 0.74 0.50 0.14
HSL 340.12º 0.69% 0.54% -
HSV(B) 340.12º 0.74% 0.86% -
XYZ 33.44 19.01 16.66 -
YUV 110.89 127.5 205.11 -
System Red Green Blue C M Y K H S L
Decimal 219 56 110 0 0.74 0.50 0.14 340.12 0.69 0.54
Hex DB 38 6E 0 4A 32 E 154 45 36
Octal 333 70 156 0 112 62 16 524 105 66
Binary 11011011 111000 1101110 0 1001010 110010 1110 101010100 1000101 110110

Color Harmonies of #DB386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB386E

Black with #DB386E

Text Example


Text Example

White with #DB386E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB386E; }

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

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

background-color css

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

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

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

border-color css

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

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

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