Html Css Color HEX #D8388A Deep Cerise

📋 copy color: '#D8388A'

red 216 ◦ green 56 ◦ blue 138

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

Shades of Deep Cerise #D8388A

Tints of Deep Cerise #D8388A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.66%

R = 52.68%
G = 13.66%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D8388A (or 0xD8388A) is known color: Deep Cerise. HEX triplet: D8, 38 and 8A. RGB value is (216,56,138). Sum of RGB (Red+Green+Blue) = 216+56+138=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 56 (22.27% from 255 or 13.66% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D8388A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8388A is #27C775. Grayscale: #717171. Windows color (decimal): -2606966 or 9058520. OLE color: 9058520.

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

Color convert

RGB 216 56 138 -
CMYK 0 0.74 0.36 0.15
HSL 329.25º 0.67% 0.53% -
HSV(B) 329.25º 0.74% 0.85% -
XYZ 34.32 19.26 25.95 -
YUV 113.19 142.01 201.33 -
System Red Green Blue C M Y K H S L
Decimal 216 56 138 0 0.74 0.36 0.15 329.25 0.67 0.53
Hex D8 38 8A 0 4A 24 F 149 43 35
Octal 330 70 212 0 112 44 17 511 103 65
Binary 11011000 111000 10001010 0 1001010 100100 1111 101001001 1000011 110101

Color Harmonies of #D8388A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8388A

Black with #D8388A

Text Example


Text Example

White with #D8388A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8388A; }

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

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

background-color css

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

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

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

border-color css

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

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

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