Html Css Color HEX #D12E5F Cerise

📋 copy color: '#D12E5F'

red 209 ◦ green 46 ◦ blue 95

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

Shades of Cerise #D12E5F

Tints of Cerise #D12E5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.14%

R = 59.71%
G = 13.14%
B = 27.14%

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

#D12E5F (or 0xD12E5F) is known color: Cerise. HEX triplet: D1, 2E and 5F. RGB value is (209,46,95). Sum of RGB (Red+Green+Blue) = 209+46+95=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 46 (18.36% from 255 or 13.14% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D12E5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12E5F is #2ED1A0. Grayscale: #646464. Windows color (decimal): -3068321 or 6237905. OLE color: 6237905.

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

Color convert

RGB 209 46 95 -
CMYK 0 0.78 0.55 0.18
HSL 341.96º 0.64% 0.5% -
HSV(B) 341.96º 0.78% 0.82% -
XYZ 29.34 16.34 12.43 -
YUV 100.32 125 205.52 -
System Red Green Blue C M Y K H S L
Decimal 209 46 95 0 0.78 0.55 0.18 341.96 0.64 0.5
Hex D1 2E 5F 0 4E 37 12 156 40 32
Octal 321 56 137 0 116 67 22 526 100 62
Binary 11010001 101110 1011111 0 1001110 110111 10010 101010110 1000000 110010

Color Harmonies of #D12E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12E5F

Black with #D12E5F

Text Example


Text Example

White with #D12E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12E5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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