Html Css Color HEX #D12958 Cerise

📋 copy color: '#D12958'

red 209 ◦ green 41 ◦ blue 88

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

Shades of Cerise #D12958

Tints of Cerise #D12958

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.13%

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

R = 61.83%
G = 12.13%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D12958 (or 0xD12958) is known color: Cerise. HEX triplet: D1, 29 and 58. RGB value is (209,41,88). Sum of RGB (Red+Green+Blue) = 209+41+88=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 88 (34.77% from 255 or 26.04% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D12958 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12958 is #2ED6A7. Grayscale: #606060. Windows color (decimal): -3069608 or 5777873. OLE color: 5777873.

HSL color Cylindrical-coordinate representation of color #D12958: hue angle of 343.21º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D12958 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 41 88 -
CMYK 0 0.80 0.58 0.18
HSL 343.21º 0.67% 0.49% -
HSV(B) 343.21º 0.8% 0.82% -
XYZ 28.85 15.85 10.77 -
YUV 96.59 123.16 208.18 -
System Red Green Blue C M Y K H S L
Decimal 209 41 88 0 0.80 0.58 0.18 343.21 0.67 0.49
Hex D1 29 58 0 50 3A 12 157 43 31
Octal 321 51 130 0 120 72 22 527 103 61
Binary 11010001 101001 1011000 0 1010000 111010 10010 101010111 1000011 110001

Color Harmonies of #D12958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12958

Black with #D12958

Text Example


Text Example

White with #D12958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12958; }

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

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

background-color css

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

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

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

border-color css

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

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

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