Html Css Color HEX #D9349D Deep Cerise

📋 copy color: '#D9349D'

red 217 ◦ green 52 ◦ blue 157

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

Shades of Deep Cerise #D9349D

Tints of Deep Cerise #D9349D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.85%

R = 50.94%
G = 12.21%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D9349D (or 0xD9349D) is known color: Deep Cerise. HEX triplet: D9, 34 and 9D. RGB value is (217,52,157). Sum of RGB (Red+Green+Blue) = 217+52+157=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 52 (20.70% from 255 or 12.21% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D9349D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9349D is #26CB62. Grayscale: #717171. Windows color (decimal): -2542435 or 10302681. OLE color: 10302681.

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

Color convert

RGB 217 52 157 -
CMYK 0 0.76 0.28 0.15
HSL 321.82º 0.68% 0.53% -
HSV(B) 321.82º 0.76% 0.85% -
XYZ 35.93 19.64 33.8 -
YUV 113.31 152.66 201.96 -
System Red Green Blue C M Y K H S L
Decimal 217 52 157 0 0.76 0.28 0.15 321.82 0.68 0.53
Hex D9 34 9D 0 4C 1C F 142 44 35
Octal 331 64 235 0 114 34 17 502 104 65
Binary 11011001 110100 10011101 0 1001100 11100 1111 101000010 1000100 110101

Color Harmonies of #D9349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9349D

Black with #D9349D

Text Example


Text Example

White with #D9349D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9349D; }

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

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

background-color css

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

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

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

border-color css

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

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

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