Html Css Color HEX #D12E5E Cerise

📋 copy color: '#D12E5E'

red 209 ◦ green 46 ◦ blue 94

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

Shades of Cerise #D12E5E

Tints of Cerise #D12E5E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.18%

 BLUE value IS 94 (37.11% from 255) = 26.93%

R = 59.89%
G = 13.18%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D12E5E (or 0xD12E5E) is known color: Cerise. HEX triplet: D1, 2E and 5E. RGB value is (209,46,94). Sum of RGB (Red+Green+Blue) = 209+46+94=349 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.89% from 349); Green value is 46 (18.36% from 255 or 13.18% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 209 - color contains mainly: red. Hex color #D12E5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12E5E is #2ED1A1. Grayscale: #646464. Windows color (decimal): -3068322 or 6172369. OLE color: 6172369.

HSL color Cylindrical-coordinate representation of color #D12E5E: hue angle of 342.33º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D12E5E is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 46 94 -
CMYK 0 0.78 0.55 0.18
HSL 342.33º 0.64% 0.5% -
HSV(B) 342.33º 0.78% 0.82% -
XYZ 29.29 16.32 12.2 -
YUV 100.21 124.5 205.6 -
System Red Green Blue C M Y K H S L
Decimal 209 46 94 0 0.78 0.55 0.18 342.33 0.64 0.5
Hex D1 2E 5E 0 4E 37 12 156 40 32
Octal 321 56 136 0 116 67 22 526 100 62
Binary 11010001 101110 1011110 0 1001110 110111 10010 101010110 1000000 110010

Color Harmonies of #D12E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12E5E

Black with #D12E5E

Text Example


Text Example

White with #D12E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12E5E; }

 p { color: rgb(209,46,94); }

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

background-color css

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

 a { background-color: rgb(209,46,94); }

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

border-color css

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

 span { border-color: rgb(209,46,94); }

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