Html Css Color HEX #D1356D Cerise

📋 copy color: '#D1356D'

red 209 ◦ green 53 ◦ blue 109

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

Shades of Cerise #D1356D

Tints of Cerise #D1356D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.38%

R = 56.33%
G = 14.29%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D1356D (or 0xD1356D) is known color: Cerise. HEX triplet: D1, 35 and 6D. RGB value is (209,53,109). Sum of RGB (Red+Green+Blue) = 209+53+109=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 53 (21.09% from 255 or 14.29% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D1356D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1356D is #2ECA92. Grayscale: #696969. Windows color (decimal): -3066515 or 7157201. OLE color: 7157201.

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

Color convert

RGB 209 53 109 -
CMYK 0 0.75 0.48 0.18
HSL 338.46º 0.63% 0.51% -
HSV(B) 338.46º 0.75% 0.82% -
XYZ 30.33 17.21 16.19 -
YUV 106.03 129.68 201.45 -
System Red Green Blue C M Y K H S L
Decimal 209 53 109 0 0.75 0.48 0.18 338.46 0.63 0.51
Hex D1 35 6D 0 4B 30 12 152 3F 33
Octal 321 65 155 0 113 60 22 522 77 63
Binary 11010001 110101 1101101 0 1001011 110000 10010 101010010 111111 110011

Color Harmonies of #D1356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1356D

Black with #D1356D

Text Example


Text Example

White with #D1356D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1356D; }

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

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

background-color css

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

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

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

border-color css

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

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

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