Html Css Color HEX #D1355A Cerise

📋 copy color: '#D1355A'

red 209 ◦ green 53 ◦ blue 90

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

Shades of Cerise #D1355A

Tints of Cerise #D1355A

RGB

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

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

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

R = 59.38%
G = 15.06%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D1355A (or 0xD1355A) is known color: Cerise. HEX triplet: D1, 35 and 5A. RGB value is (209,53,90). Sum of RGB (Red+Green+Blue) = 209+53+90=352 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.38% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 209 - color contains mainly: red. Hex color #D1355A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1355A is #2ECAA5. Grayscale: #676767. Windows color (decimal): -3066534 or 5912017. OLE color: 5912017.

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

Color convert

RGB 209 53 90 -
CMYK 0 0.75 0.57 0.18
HSL 345.77º 0.63% 0.51% -
HSV(B) 345.77º 0.75% 0.82% -
XYZ 29.41 16.84 11.37 -
YUV 103.86 120.18 202.99 -
System Red Green Blue C M Y K H S L
Decimal 209 53 90 0 0.75 0.57 0.18 345.77 0.63 0.51
Hex D1 35 5A 0 4B 39 12 15A 3F 33
Octal 321 65 132 0 113 71 22 532 77 63
Binary 11010001 110101 1011010 0 1001011 111001 10010 101011010 111111 110011

Color Harmonies of #D1355A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1355A

Black with #D1355A

Text Example


Text Example

White with #D1355A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1355A; }

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

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

background-color css

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

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

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

border-color css

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

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

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