Html Css Color HEX #D8317F Deep Cerise

📋 copy color: '#D8317F'

red 216 ◦ green 49 ◦ blue 127

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

Shades of Deep Cerise #D8317F

Tints of Deep Cerise #D8317F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.5%

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

R = 55.1%
G = 12.5%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D8317F (or 0xD8317F) is known color: Deep Cerise. HEX triplet: D8, 31 and 7F. RGB value is (216,49,127). Sum of RGB (Red+Green+Blue) = 216+49+127=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 49 (19.53% from 255 or 12.5% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D8317F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8317F is #27CE80. Grayscale: #6B6B6B. Windows color (decimal): -2608769 or 8335832. OLE color: 8335832.

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

Color convert

RGB 216 49 127 -
CMYK 0 0.77 0.41 0.15
HSL 331.98º 0.68% 0.52% -
HSV(B) 331.98º 0.77% 0.85% -
XYZ 33.25 18.33 21.86 -
YUV 107.83 138.83 205.16 -
System Red Green Blue C M Y K H S L
Decimal 216 49 127 0 0.77 0.41 0.15 331.98 0.68 0.52
Hex D8 31 7F 0 4D 29 F 14C 44 34
Octal 330 61 177 0 115 51 17 514 104 64
Binary 11011000 110001 1111111 0 1001101 101001 1111 101001100 1000100 110100

Color Harmonies of #D8317F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8317F

Black with #D8317F

Text Example


Text Example

White with #D8317F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8317F; }

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

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

background-color css

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

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

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

border-color css

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

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

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