Html Css Color HEX #D12856 Cerise

📋 copy color: '#D12856'

red 209 ◦ green 40 ◦ blue 86

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

Shades of Cerise #D12856

Tints of Cerise #D12856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.67%

R = 62.39%
G = 11.94%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D12856 (or 0xD12856) is known color: Cerise. HEX triplet: D1, 28 and 56. RGB value is (209,40,86). Sum of RGB (Red+Green+Blue) = 209+40+86=335 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.39% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 209 - color contains mainly: red. Hex color #D12856 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12856 is #2ED7A9. Grayscale: #5F5F5F. Windows color (decimal): -3069866 or 5646545. OLE color: 5646545.

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

Color convert

RGB 209 40 86 -
CMYK 0 0.81 0.59 0.18
HSL 343.67º 0.68% 0.49% -
HSV(B) 343.67º 0.81% 0.82% -
XYZ 28.73 15.74 10.33 -
YUV 95.78 122.49 208.76 -
System Red Green Blue C M Y K H S L
Decimal 209 40 86 0 0.81 0.59 0.18 343.67 0.68 0.49
Hex D1 28 56 0 51 3B 12 158 44 31
Octal 321 50 126 0 121 73 22 530 104 61
Binary 11010001 101000 1010110 0 1010001 111011 10010 101011000 1000100 110001

Color Harmonies of #D12856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12856

Black with #D12856

Text Example


Text Example

White with #D12856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12856; }

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

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

background-color css

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

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

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

border-color css

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

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

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