Html Css Color HEX #D9317C Deep Cerise

📋 copy color: '#D9317C'

red 217 ◦ green 49 ◦ blue 124

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

Shades of Deep Cerise #D9317C

Tints of Deep Cerise #D9317C

RGB

 RED value IS 217 (85.16% from 255) = 55.64%

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

 BLUE value IS 124 (48.83% from 255) = 31.79%

R = 55.64%
G = 12.56%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D9317C (or 0xD9317C) is known color: Deep Cerise. HEX triplet: D9, 31 and 7C. RGB value is (217,49,124). Sum of RGB (Red+Green+Blue) = 217+49+124=390 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.64% from 390); Green value is 49 (19.53% from 255 or 12.56% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 217 - color contains mainly: red. Hex color #D9317C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9317C is #26CE83. Grayscale: #6B6B6B. Windows color (decimal): -2543236 or 8139225. OLE color: 8139225.

HSL color Cylindrical-coordinate representation of color #D9317C: hue angle of 333.21º degrees, saturation: 0.69, 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 #D9317C is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 49 124 -
CMYK 0 0.77 0.43 0.15
HSL 333.21º 0.69% 0.52% -
HSV(B) 333.21º 0.77% 0.85% -
XYZ 33.35 18.4 20.86 -
YUV 107.78 137.16 205.9 -
System Red Green Blue C M Y K H S L
Decimal 217 49 124 0 0.77 0.43 0.15 333.21 0.69 0.52
Hex D9 31 7C 0 4D 2B F 14D 45 34
Octal 331 61 174 0 115 53 17 515 105 64
Binary 11011001 110001 1111100 0 1001101 101011 1111 101001101 1000101 110100

Color Harmonies of #D9317C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9317C

Black with #D9317C

Text Example


Text Example

White with #D9317C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9317C; }

 p { color: rgb(217,49,124); }

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

background-color css

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

 a { background-color: rgb(217,49,124); }

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

border-color css

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

 span { border-color: rgb(217,49,124); }

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