Html Css Color HEX #D12E5B Cerise

📋 copy color: '#D12E5B'

red 209 ◦ green 46 ◦ blue 91

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

Shades of Cerise #D12E5B

Tints of Cerise #D12E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.3%

R = 60.4%
G = 13.29%
B = 26.3%

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

#D12E5B (or 0xD12E5B) is known color: Cerise. HEX triplet: D1, 2E and 5B. RGB value is (209,46,91). Sum of RGB (Red+Green+Blue) = 209+46+91=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 46 (18.36% from 255 or 13.29% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D12E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12E5B is #2ED1A4. Grayscale: #636363. Windows color (decimal): -3068325 or 5975761. OLE color: 5975761.

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

Color convert

RGB 209 46 91 -
CMYK 0 0.78 0.56 0.18
HSL 343.44º 0.64% 0.5% -
HSV(B) 343.44º 0.78% 0.82% -
XYZ 29.16 16.26 11.5 -
YUV 99.87 123 205.84 -
System Red Green Blue C M Y K H S L
Decimal 209 46 91 0 0.78 0.56 0.18 343.44 0.64 0.5
Hex D1 2E 5B 0 4E 38 12 157 40 32
Octal 321 56 133 0 116 70 22 527 100 62
Binary 11010001 101110 1011011 0 1001110 111000 10010 101010111 1000000 110010

Color Harmonies of #D12E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12E5B

Black with #D12E5B

Text Example


Text Example

White with #D12E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12E5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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