Html Css Color HEX #D8377F Deep Cerise

📋 copy color: '#D8377F'

red 216 ◦ green 55 ◦ blue 127

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

Shades of Deep Cerise #D8377F

Tints of Deep Cerise #D8377F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.82%

 BLUE value IS 127 (50% from 255) = 31.91%

R = 54.27%
G = 13.82%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D8377F (or 0xD8377F) is known color: Deep Cerise. HEX triplet: D8, 37 and 7F. RGB value is (216,55,127). Sum of RGB (Red+Green+Blue) = 216+55+127=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 55 (21.88% from 255 or 13.82% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D8377F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8377F is #27C880. Grayscale: #6F6F6F. Windows color (decimal): -2607233 or 8337368. OLE color: 8337368.

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

Color convert

RGB 216 55 127 -
CMYK 0 0.75 0.41 0.15
HSL 333.17º 0.67% 0.53% -
HSV(B) 333.17º 0.75% 0.85% -
XYZ 33.52 18.86 21.95 -
YUV 111.35 136.84 202.65 -
System Red Green Blue C M Y K H S L
Decimal 216 55 127 0 0.75 0.41 0.15 333.17 0.67 0.53
Hex D8 37 7F 0 4B 29 F 14D 43 35
Octal 330 67 177 0 113 51 17 515 103 65
Binary 11011000 110111 1111111 0 1001011 101001 1111 101001101 1000011 110101

Color Harmonies of #D8377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8377F

Black with #D8377F

Text Example


Text Example

White with #D8377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8377F; }

 p { color: rgb(216,55,127); }

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

background-color css

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

 a { background-color: rgb(216,55,127); }

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

border-color css

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

 span { border-color: rgb(216,55,127); }

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