Html Css Color HEX #D8388D Deep Cerise

📋 copy color: '#D8388D'

red 216 ◦ green 56 ◦ blue 141

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

Shades of Deep Cerise #D8388D

Tints of Deep Cerise #D8388D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.14%

R = 52.3%
G = 13.56%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8388D (or 0xD8388D) is known color: Deep Cerise. HEX triplet: D8, 38 and 8D. RGB value is (216,56,141). Sum of RGB (Red+Green+Blue) = 216+56+141=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 56 (22.27% from 255 or 13.56% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D8388D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8388D is #27C772. Grayscale: #717171. Windows color (decimal): -2606963 or 9255128. OLE color: 9255128.

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

Color convert

RGB 216 56 141 -
CMYK 0 0.74 0.35 0.15
HSL 328.13º 0.67% 0.53% -
HSV(B) 328.13º 0.74% 0.85% -
XYZ 34.54 19.35 27.11 -
YUV 113.53 143.51 201.09 -
System Red Green Blue C M Y K H S L
Decimal 216 56 141 0 0.74 0.35 0.15 328.13 0.67 0.53
Hex D8 38 8D 0 4A 23 F 148 43 35
Octal 330 70 215 0 112 43 17 510 103 65
Binary 11011000 111000 10001101 0 1001010 100011 1111 101001000 1000011 110101

Color Harmonies of #D8388D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8388D

Black with #D8388D

Text Example


Text Example

White with #D8388D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8388D; }

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

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

background-color css

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

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

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

border-color css

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

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

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