Html Css Color HEX #D8368C Deep Cerise

📋 copy color: '#D8368C'

red 216 ◦ green 54 ◦ blue 140

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

Shades of Deep Cerise #D8368C

Tints of Deep Cerise #D8368C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.17%

 BLUE value IS 140 (55.08% from 255) = 34.15%

R = 52.68%
G = 13.17%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8368C (or 0xD8368C) is known color: Deep Cerise. HEX triplet: D8, 36 and 8C. RGB value is (216,54,140). Sum of RGB (Red+Green+Blue) = 216+54+140=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 54 (21.48% from 255 or 13.17% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D8368C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8368C is #27C973. Grayscale: #707070. Windows color (decimal): -2607476 or 9189080. OLE color: 9189080.

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

Color convert

RGB 216 54 140 -
CMYK 0 0.75 0.35 0.15
HSL 328.15º 0.68% 0.53% -
HSV(B) 328.15º 0.75% 0.85% -
XYZ 34.37 19.13 26.69 -
YUV 112.24 143.67 202.01 -
System Red Green Blue C M Y K H S L
Decimal 216 54 140 0 0.75 0.35 0.15 328.15 0.68 0.53
Hex D8 36 8C 0 4B 23 F 148 44 35
Octal 330 66 214 0 113 43 17 510 104 65
Binary 11011000 110110 10001100 0 1001011 100011 1111 101001000 1000100 110101

Color Harmonies of #D8368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8368C

Black with #D8368C

Text Example


Text Example

White with #D8368C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8368C; }

 p { color: rgb(216,54,140); }

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

background-color css

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

 a { background-color: rgb(216,54,140); }

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

border-color css

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

 span { border-color: rgb(216,54,140); }

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