Html Css Color HEX #D12858 Cerise

📋 copy color: '#D12858'

red 209 ◦ green 40 ◦ blue 88

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

Shades of Cerise #D12858

Tints of Cerise #D12858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.11%

R = 62.02%
G = 11.87%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D12858 (or 0xD12858) is known color: Cerise. HEX triplet: D1, 28 and 58. RGB value is (209,40,88). Sum of RGB (Red+Green+Blue) = 209+40+88=337 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.02% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 209 - color contains mainly: red. Hex color #D12858 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12858 is #2ED7A7. Grayscale: #5F5F5F. Windows color (decimal): -3069864 or 5777617. OLE color: 5777617.

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

Color convert

RGB 209 40 88 -
CMYK 0 0.81 0.58 0.18
HSL 342.96º 0.68% 0.49% -
HSV(B) 342.96º 0.81% 0.82% -
XYZ 28.81 15.78 10.76 -
YUV 96 123.49 208.6 -
System Red Green Blue C M Y K H S L
Decimal 209 40 88 0 0.81 0.58 0.18 342.96 0.68 0.49
Hex D1 28 58 0 51 3A 12 157 44 31
Octal 321 50 130 0 121 72 22 527 104 61
Binary 11010001 101000 1011000 0 1010001 111010 10010 101010111 1000100 110001

Color Harmonies of #D12858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12858

Black with #D12858

Text Example


Text Example

White with #D12858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12858; }

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

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

background-color css

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

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

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

border-color css

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

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

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