Html Css Color HEX #D12860 Cerise

📋 copy color: '#D12860'

red 209 ◦ green 40 ◦ blue 96

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

Shades of Cerise #D12860

Tints of Cerise #D12860

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.59%

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

R = 60.58%
G = 11.59%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D12860 (or 0xD12860) is known color: Cerise. HEX triplet: D1, 28 and 60. RGB value is (209,40,96). Sum of RGB (Red+Green+Blue) = 209+40+96=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D12860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12860 is #2ED79F. Grayscale: #606060. Windows color (decimal): -3069856 or 6301905. OLE color: 6301905.

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

Color convert

RGB 209 40 96 -
CMYK 0 0.81 0.54 0.18
HSL 340.12º 0.68% 0.49% -
HSV(B) 340.12º 0.81% 0.82% -
XYZ 29.16 15.92 12.6 -
YUV 96.92 127.49 207.95 -
System Red Green Blue C M Y K H S L
Decimal 209 40 96 0 0.81 0.54 0.18 340.12 0.68 0.49
Hex D1 28 60 0 51 36 12 154 44 31
Octal 321 50 140 0 121 66 22 524 104 61
Binary 11010001 101000 1100000 0 1010001 110110 10010 101010100 1000100 110001

Color Harmonies of #D12860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12860

Black with #D12860

Text Example


Text Example

White with #D12860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12860; }

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

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

background-color css

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

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

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

border-color css

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

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

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