Html Css Color HEX #D12E5C Cerise

📋 copy color: '#D12E5C'

red 209 ◦ green 46 ◦ blue 92

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

Shades of Cerise #D12E5C

Tints of Cerise #D12E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.51%

R = 60.23%
G = 13.26%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D12E5C (or 0xD12E5C) is known color: Cerise. HEX triplet: D1, 2E and 5C. RGB value is (209,46,92). Sum of RGB (Red+Green+Blue) = 209+46+92=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 46 (18.36% from 255 or 13.26% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D12E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12E5C is #2ED1A3. Grayscale: #636363. Windows color (decimal): -3068324 or 6041297. OLE color: 6041297.

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

Color convert

RGB 209 46 92 -
CMYK 0 0.78 0.56 0.18
HSL 343.07º 0.64% 0.5% -
HSV(B) 343.07º 0.78% 0.82% -
XYZ 29.2 16.28 11.73 -
YUV 99.98 123.5 205.76 -
System Red Green Blue C M Y K H S L
Decimal 209 46 92 0 0.78 0.56 0.18 343.07 0.64 0.5
Hex D1 2E 5C 0 4E 38 12 157 40 32
Octal 321 56 134 0 116 70 22 527 100 62
Binary 11010001 101110 1011100 0 1001110 111000 10010 101010111 1000000 110010

Color Harmonies of #D12E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12E5C

Black with #D12E5C

Text Example


Text Example

White with #D12E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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