Html Css Color HEX #D13860 Cerise

📋 copy color: '#D13860'

red 209 ◦ green 56 ◦ blue 96

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

Shades of Cerise #D13860

Tints of Cerise #D13860

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.51%

 BLUE value IS 96 (37.89% from 255) = 26.59%

R = 57.89%
G = 15.51%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D13860 (or 0xD13860) is known color: Cerise. HEX triplet: D1, 38 and 60. RGB value is (209,56,96). Sum of RGB (Red+Green+Blue) = 209+56+96=361 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.89% from 361); Green value is 56 (22.27% from 255 or 15.51% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 209 - color contains mainly: red. Hex color #D13860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13860 is #2EC79F. Grayscale: #6A6A6A. Windows color (decimal): -3065760 or 6306001. OLE color: 6306001.

HSL color Cylindrical-coordinate representation of color #D13860: hue angle of 344.31º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D13860 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 56 96 -
CMYK 0 0.73 0.54 0.18
HSL 344.31º 0.62% 0.52% -
HSV(B) 344.31º 0.73% 0.82% -
XYZ 29.82 17.23 12.82 -
YUV 106.31 122.19 201.25 -
System Red Green Blue C M Y K H S L
Decimal 209 56 96 0 0.73 0.54 0.18 344.31 0.62 0.52
Hex D1 38 60 0 49 36 12 158 3E 34
Octal 321 70 140 0 111 66 22 530 76 64
Binary 11010001 111000 1100000 0 1001001 110110 10010 101011000 111110 110100

Color Harmonies of #D13860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13860

Black with #D13860

Text Example


Text Example

White with #D13860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13860; }

 p { color: rgb(209,56,96); }

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

background-color css

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

 a { background-color: rgb(209,56,96); }

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

border-color css

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

 span { border-color: rgb(209,56,96); }

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