Html Css Color HEX #D9347F Deep Cerise

📋 copy color: '#D9347F'

red 217 ◦ green 52 ◦ blue 127

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

Shades of Deep Cerise #D9347F

Tints of Deep Cerise #D9347F

RGB

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

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

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

R = 54.8%
G = 13.13%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D9347F (or 0xD9347F) is known color: Deep Cerise. HEX triplet: D9, 34 and 7F. RGB value is (217,52,127). Sum of RGB (Red+Green+Blue) = 217+52+127=396 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.80% from 396); Green value is 52 (20.70% from 255 or 13.13% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 217 - color contains mainly: red. Hex color #D9347F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9347F is #26CB80. Grayscale: #6D6D6D. Windows color (decimal): -2542465 or 8336601. OLE color: 8336601.

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

Color convert

RGB 217 52 127 -
CMYK 0 0.76 0.41 0.15
HSL 332.73º 0.68% 0.53% -
HSV(B) 332.73º 0.76% 0.85% -
XYZ 33.67 18.74 21.92 -
YUV 109.89 137.66 204.4 -
System Red Green Blue C M Y K H S L
Decimal 217 52 127 0 0.76 0.41 0.15 332.73 0.68 0.53
Hex D9 34 7F 0 4C 29 F 14D 44 35
Octal 331 64 177 0 114 51 17 515 104 65
Binary 11011001 110100 1111111 0 1001100 101001 1111 101001101 1000100 110101

Color Harmonies of #D9347F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9347F

Black with #D9347F

Text Example


Text Example

White with #D9347F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9347F; }

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

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

background-color css

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

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

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

border-color css

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

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

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