Html Css Color HEX #D1355B Cerise

📋 copy color: '#D1355B'

red 209 ◦ green 53 ◦ blue 91

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

Shades of Cerise #D1355B

Tints of Cerise #D1355B

RGB

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

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

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

R = 59.21%
G = 15.01%
B = 25.78%

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

#D1355B (or 0xD1355B) is known color: Cerise. HEX triplet: D1, 35 and 5B. RGB value is (209,53,91). Sum of RGB (Red+Green+Blue) = 209+53+91=353 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.21% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 209 - color contains mainly: red. Hex color #D1355B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1355B is #2ECAA4. Grayscale: #676767. Windows color (decimal): -3066533 or 5977553. OLE color: 5977553.

HSL color Cylindrical-coordinate representation of color #D1355B: hue angle of 345.38º 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 #D1355B is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 53 91 -
CMYK 0 0.75 0.56 0.18
HSL 345.38º 0.63% 0.51% -
HSV(B) 345.38º 0.75% 0.82% -
XYZ 29.46 16.86 11.6 -
YUV 103.98 120.68 202.91 -
System Red Green Blue C M Y K H S L
Decimal 209 53 91 0 0.75 0.56 0.18 345.38 0.63 0.51
Hex D1 35 5B 0 4B 38 12 159 3F 33
Octal 321 65 133 0 113 70 22 531 77 63
Binary 11010001 110101 1011011 0 1001011 111000 10010 101011001 111111 110011

Color Harmonies of #D1355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1355B

Black with #D1355B

Text Example


Text Example

White with #D1355B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1355B; }

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

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

background-color css

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

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

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

border-color css

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

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

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