Html Css Color HEX #D9358D Deep Cerise

📋 copy color: '#D9358D'

red 217 ◦ green 53 ◦ blue 141

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

Shades of Deep Cerise #D9358D

Tints of Deep Cerise #D9358D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.9%

 BLUE value IS 141 (55.47% from 255) = 34.31%

R = 52.8%
G = 12.9%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9358D (or 0xD9358D) is known color: Deep Cerise. HEX triplet: D9, 35 and 8D. RGB value is (217,53,141). Sum of RGB (Red+Green+Blue) = 217+53+141=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 53 (21.09% from 255 or 12.90% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D9358D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9358D is #26CA72. Grayscale: #6F6F6F. Windows color (decimal): -2542195 or 9254361. OLE color: 9254361.

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

Color convert

RGB 217 53 141 -
CMYK 0 0.76 0.35 0.15
HSL 327.8º 0.68% 0.53% -
HSV(B) 327.8º 0.76% 0.85% -
XYZ 34.7 19.22 27.08 -
YUV 112.07 144.33 202.84 -
System Red Green Blue C M Y K H S L
Decimal 217 53 141 0 0.76 0.35 0.15 327.8 0.68 0.53
Hex D9 35 8D 0 4C 23 F 148 44 35
Octal 331 65 215 0 114 43 17 510 104 65
Binary 11011001 110101 10001101 0 1001100 100011 1111 101001000 1000100 110101

Color Harmonies of #D9358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9358D

Black with #D9358D

Text Example


Text Example

White with #D9358D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9358D; }

 p { color: rgb(217,53,141); }

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

background-color css

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

 a { background-color: rgb(217,53,141); }

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

border-color css

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

 span { border-color: rgb(217,53,141); }

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