Html Css Color HEX #D8386E Cerise

📋 copy color: '#D8386E'

red 216 ◦ green 56 ◦ blue 110

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

Shades of Cerise #D8386E

Tints of Cerise #D8386E

RGB

 RED value IS 216 (84.77% from 255) = 56.54%

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

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

R = 56.54%
G = 14.66%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8386E (or 0xD8386E) is known color: Cerise. HEX triplet: D8, 38 and 6E. RGB value is (216,56,110). Sum of RGB (Red+Green+Blue) = 216+56+110=382 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.54% from 382); Green value is 56 (22.27% from 255 or 14.66% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 216 - color contains mainly: red. Hex color #D8386E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8386E is #27C791. Grayscale: #6D6D6D. Windows color (decimal): -2606994 or 7223512. OLE color: 7223512.

HSL color Cylindrical-coordinate representation of color #D8386E: hue angle of 339.75º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D8386E is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 56 110 -
CMYK 0 0.74 0.49 0.15
HSL 339.75º 0.67% 0.53% -
HSV(B) 339.75º 0.74% 0.85% -
XYZ 32.55 18.55 16.62 -
YUV 110 128.01 203.61 -
System Red Green Blue C M Y K H S L
Decimal 216 56 110 0 0.74 0.49 0.15 339.75 0.67 0.53
Hex D8 38 6E 0 4A 31 F 154 43 35
Octal 330 70 156 0 112 61 17 524 103 65
Binary 11011000 111000 1101110 0 1001010 110001 1111 101010100 1000011 110101

Color Harmonies of #D8386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8386E

Black with #D8386E

Text Example


Text Example

White with #D8386E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8386E; }

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

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

background-color css

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

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

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

border-color css

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

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

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