Html Css Color HEX #D8358C Deep Cerise

📋 copy color: '#D8358C'

red 216 ◦ green 53 ◦ blue 140

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

Shades of Deep Cerise #D8358C

Tints of Deep Cerise #D8358C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.96%

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

R = 52.81%
G = 12.96%
B = 34.23%

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

#D8358C (or 0xD8358C) is known color: Deep Cerise. HEX triplet: D8, 35 and 8C. RGB value is (216,53,140). Sum of RGB (Red+Green+Blue) = 216+53+140=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 53 (21.09% from 255 or 12.96% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D8358C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8358C is #27CA73. Grayscale: #6F6F6F. Windows color (decimal): -2607732 or 9188824. OLE color: 9188824.

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

Color convert

RGB 216 53 140 -
CMYK 0 0.75 0.35 0.15
HSL 327.98º 0.68% 0.53% -
HSV(B) 327.98º 0.75% 0.85% -
XYZ 34.33 19.04 26.68 -
YUV 111.66 144 202.43 -
System Red Green Blue C M Y K H S L
Decimal 216 53 140 0 0.75 0.35 0.15 327.98 0.68 0.53
Hex D8 35 8C 0 4B 23 F 148 44 35
Octal 330 65 214 0 113 43 17 510 104 65
Binary 11011000 110101 10001100 0 1001011 100011 1111 101001000 1000100 110101

Color Harmonies of #D8358C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8358C

Black with #D8358C

Text Example


Text Example

White with #D8358C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8358C; }

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

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

background-color css

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

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

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

border-color css

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

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

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