Html Css Color HEX #D9359A Deep Cerise

📋 copy color: '#D9359A'

red 217 ◦ green 53 ◦ blue 154

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

Shades of Deep Cerise #D9359A

Tints of Deep Cerise #D9359A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.32%

R = 51.18%
G = 12.5%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D9359A (or 0xD9359A) is known color: Deep Cerise. HEX triplet: D9, 35 and 9A. RGB value is (217,53,154). Sum of RGB (Red+Green+Blue) = 217+53+154=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 53 (21.09% from 255 or 12.5% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D9359A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9359A is #26CA65. Grayscale: #717171. Windows color (decimal): -2542182 or 10106329. OLE color: 10106329.

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

Color convert

RGB 217 53 154 -
CMYK 0 0.76 0.29 0.15
HSL 323.05º 0.68% 0.53% -
HSV(B) 323.05º 0.76% 0.85% -
XYZ 35.72 19.63 32.48 -
YUV 113.55 150.83 201.79 -
System Red Green Blue C M Y K H S L
Decimal 217 53 154 0 0.76 0.29 0.15 323.05 0.68 0.53
Hex D9 35 9A 0 4C 1D F 143 44 35
Octal 331 65 232 0 114 35 17 503 104 65
Binary 11011001 110101 10011010 0 1001100 11101 1111 101000011 1000100 110101

Color Harmonies of #D9359A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9359A

Black with #D9359A

Text Example


Text Example

White with #D9359A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9359A; }

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

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

background-color css

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

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

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

border-color css

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

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

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