Html Css Color HEX #D8357D Deep Cerise

📋 copy color: '#D8357D'

red 216 ◦ green 53 ◦ blue 125

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

Shades of Deep Cerise #D8357D

Tints of Deep Cerise #D8357D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.73%

R = 54.82%
G = 13.45%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D8357D (or 0xD8357D) is known color: Deep Cerise. HEX triplet: D8, 35 and 7D. RGB value is (216,53,125). Sum of RGB (Red+Green+Blue) = 216+53+125=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 53 (21.09% from 255 or 13.45% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D8357D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8357D is #27CA82. Grayscale: #6D6D6D. Windows color (decimal): -2607747 or 8205784. OLE color: 8205784.

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

Color convert

RGB 216 53 125 -
CMYK 0 0.75 0.42 0.15
HSL 333.5º 0.68% 0.53% -
HSV(B) 333.5º 0.75% 0.85% -
XYZ 33.29 18.63 21.24 -
YUV 109.95 136.5 203.65 -
System Red Green Blue C M Y K H S L
Decimal 216 53 125 0 0.75 0.42 0.15 333.5 0.68 0.53
Hex D8 35 7D 0 4B 2A F 14D 44 35
Octal 330 65 175 0 113 52 17 515 104 65
Binary 11011000 110101 1111101 0 1001011 101010 1111 101001101 1000100 110101

Color Harmonies of #D8357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8357D

Black with #D8357D

Text Example


Text Example

White with #D8357D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8357D; }

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

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

background-color css

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

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

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

border-color css

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

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

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