Html Css Color HEX #D9355A Cerise

📋 copy color: '#D9355A'

red 217 ◦ green 53 ◦ blue 90

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

Shades of Cerise #D9355A

Tints of Cerise #D9355A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25%

R = 60.28%
G = 14.72%
B = 25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D9355A (or 0xD9355A) is known color: Cerise. HEX triplet: D9, 35 and 5A. RGB value is (217,53,90). Sum of RGB (Red+Green+Blue) = 217+53+90=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 53 (21.09% from 255 or 14.72% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D9355A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9355A is #26CAA5. Grayscale: #6A6A6A. Windows color (decimal): -2542246 or 5912025. OLE color: 5912025.

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

Color convert

RGB 217 53 90 -
CMYK 0 0.76 0.59 0.15
HSL 346.46º 0.68% 0.53% -
HSV(B) 346.46º 0.76% 0.85% -
XYZ 31.73 18.04 11.48 -
YUV 106.25 118.83 206.99 -
System Red Green Blue C M Y K H S L
Decimal 217 53 90 0 0.76 0.59 0.15 346.46 0.68 0.53
Hex D9 35 5A 0 4C 3B F 15A 44 35
Octal 331 65 132 0 114 73 17 532 104 65
Binary 11011001 110101 1011010 0 1001100 111011 1111 101011010 1000100 110101

Color Harmonies of #D9355A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9355A

Black with #D9355A

Text Example


Text Example

White with #D9355A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9355A; }

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

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

background-color css

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

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

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

border-color css

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

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

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