Html Css Color HEX #D9355B Cerise

📋 copy color: '#D9355B'

red 217 ◦ green 53 ◦ blue 91

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

Shades of Cerise #D9355B

Tints of Cerise #D9355B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.21%

R = 60.11%
G = 14.68%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9355B (or 0xD9355B) is known color: Cerise. HEX triplet: D9, 35 and 5B. RGB value is (217,53,91). Sum of RGB (Red+Green+Blue) = 217+53+91=361 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.11% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 217 - color contains mainly: red. Hex color #D9355B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9355B is #26CAA4. Grayscale: #6A6A6A. Windows color (decimal): -2542245 or 5977561. OLE color: 5977561.

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

Color convert

RGB 217 53 91 -
CMYK 0 0.76 0.58 0.15
HSL 346.1º 0.68% 0.53% -
HSV(B) 346.1º 0.76% 0.85% -
XYZ 31.78 18.05 11.71 -
YUV 106.37 119.33 206.91 -
System Red Green Blue C M Y K H S L
Decimal 217 53 91 0 0.76 0.58 0.15 346.1 0.68 0.53
Hex D9 35 5B 0 4C 3A F 15A 44 35
Octal 331 65 133 0 114 72 17 532 104 65
Binary 11011001 110101 1011011 0 1001100 111010 1111 101011010 1000100 110101

Color Harmonies of #D9355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9355B

Black with #D9355B

Text Example


Text Example

White with #D9355B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9355B; }

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

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

background-color css

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

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

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

border-color css

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

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

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