Html Css Color HEX #D1355D Cerise

📋 copy color: '#D1355D'

red 209 ◦ green 53 ◦ blue 93

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

Shades of Cerise #D1355D

Tints of Cerise #D1355D

RGB

 RED value IS 209 (82.03% from 255) = 58.87%

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

 BLUE value IS 93 (36.72% from 255) = 26.2%

R = 58.87%
G = 14.93%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1355D (or 0xD1355D) is known color: Cerise. HEX triplet: D1, 35 and 5D. RGB value is (209,53,93). Sum of RGB (Red+Green+Blue) = 209+53+93=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D1355D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1355D is #2ECAA2. Grayscale: #686868. Windows color (decimal): -3066531 or 6108625. OLE color: 6108625.

HSL color Cylindrical-coordinate representation of color #D1355D: hue angle of 344.62º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D1355D is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 53 93 -
CMYK 0 0.75 0.56 0.18
HSL 344.62º 0.63% 0.51% -
HSV(B) 344.62º 0.75% 0.82% -
XYZ 29.54 16.89 12.06 -
YUV 104.2 121.68 202.75 -
System Red Green Blue C M Y K H S L
Decimal 209 53 93 0 0.75 0.56 0.18 344.62 0.63 0.51
Hex D1 35 5D 0 4B 38 12 159 3F 33
Octal 321 65 135 0 113 70 22 531 77 63
Binary 11010001 110101 1011101 0 1001011 111000 10010 101011001 111111 110011

Color Harmonies of #D1355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1355D

Black with #D1355D

Text Example


Text Example

White with #D1355D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1355D; }

 p { color: rgb(209,53,93); }

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

background-color css

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

 a { background-color: rgb(209,53,93); }

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

border-color css

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

 span { border-color: rgb(209,53,93); }

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