Html Css Color HEX #D9347E Deep Cerise

📋 copy color: '#D9347E'

red 217 ◦ green 52 ◦ blue 126

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

Shades of Deep Cerise #D9347E

Tints of Deep Cerise #D9347E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.9%

R = 54.94%
G = 13.16%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D9347E (or 0xD9347E) is known color: Deep Cerise. HEX triplet: D9, 34 and 7E. RGB value is (217,52,126). Sum of RGB (Red+Green+Blue) = 217+52+126=395 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.94% from 395); Green value is 52 (20.70% from 255 or 13.16% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 217 - color contains mainly: red. Hex color #D9347E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9347E is #26CB81. Grayscale: #6D6D6D. Windows color (decimal): -2542466 or 8271065. OLE color: 8271065.

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

Color convert

RGB 217 52 126 -
CMYK 0 0.76 0.42 0.15
HSL 333.09º 0.68% 0.53% -
HSV(B) 333.09º 0.76% 0.85% -
XYZ 33.61 18.71 21.58 -
YUV 109.77 137.16 204.48 -
System Red Green Blue C M Y K H S L
Decimal 217 52 126 0 0.76 0.42 0.15 333.09 0.68 0.53
Hex D9 34 7E 0 4C 2A F 14D 44 35
Octal 331 64 176 0 114 52 17 515 104 65
Binary 11011001 110100 1111110 0 1001100 101010 1111 101001101 1000100 110101

Color Harmonies of #D9347E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9347E

Black with #D9347E

Text Example


Text Example

White with #D9347E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9347E; }

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

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

background-color css

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

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

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

border-color css

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

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

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