Html Css Color HEX #D9347C Deep Cerise

📋 copy color: '#D9347C'

red 217 ◦ green 52 ◦ blue 124

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

Shades of Deep Cerise #D9347C

Tints of Deep Cerise #D9347C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.23%

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

R = 55.22%
G = 13.23%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D9347C (or 0xD9347C) is known color: Deep Cerise. HEX triplet: D9, 34 and 7C. RGB value is (217,52,124). Sum of RGB (Red+Green+Blue) = 217+52+124=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 52 (20.70% from 255 or 13.23% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D9347C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9347C is #26CB83. Grayscale: #6D6D6D. Windows color (decimal): -2542468 or 8139993. OLE color: 8139993.

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

Color convert

RGB 217 52 124 -
CMYK 0 0.76 0.43 0.15
HSL 333.82º 0.68% 0.53% -
HSV(B) 333.82º 0.76% 0.85% -
XYZ 33.48 18.66 20.91 -
YUV 109.54 136.16 204.65 -
System Red Green Blue C M Y K H S L
Decimal 217 52 124 0 0.76 0.43 0.15 333.82 0.68 0.53
Hex D9 34 7C 0 4C 2B F 14E 44 35
Octal 331 64 174 0 114 53 17 516 104 65
Binary 11011001 110100 1111100 0 1001100 101011 1111 101001110 1000100 110101

Color Harmonies of #D9347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9347C

Black with #D9347C

Text Example


Text Example

White with #D9347C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9347C; }

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

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

background-color css

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

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

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

border-color css

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

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

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