Html Css Color HEX #D13160 Cerise

📋 copy color: '#D13160'

red 209 ◦ green 49 ◦ blue 96

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

Shades of Cerise #D13160

Tints of Cerise #D13160

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.84%

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

R = 59.04%
G = 13.84%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D13160 (or 0xD13160) is known color: Cerise. HEX triplet: D1, 31 and 60. RGB value is (209,49,96). Sum of RGB (Red+Green+Blue) = 209+49+96=354 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.04% from 354); Green value is 49 (19.53% from 255 or 13.84% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 209 - color contains mainly: red. Hex color #D13160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13160 is #2ECE9F. Grayscale: #666666. Windows color (decimal): -3067552 or 6304209. OLE color: 6304209.

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

Color convert

RGB 209 49 96 -
CMYK 0 0.77 0.54 0.18
HSL 342.38º 0.63% 0.51% -
HSV(B) 342.38º 0.77% 0.82% -
XYZ 29.5 16.6 12.71 -
YUV 102.2 124.51 204.18 -
System Red Green Blue C M Y K H S L
Decimal 209 49 96 0 0.77 0.54 0.18 342.38 0.63 0.51
Hex D1 31 60 0 4D 36 12 156 3F 33
Octal 321 61 140 0 115 66 22 526 77 63
Binary 11010001 110001 1100000 0 1001101 110110 10010 101010110 111111 110011

Color Harmonies of #D13160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13160

Black with #D13160

Text Example


Text Example

White with #D13160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13160; }

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

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

background-color css

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

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

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

border-color css

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

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

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