Html Css Color HEX #D12656 Cerise

📋 copy color: '#D12656'

red 209 ◦ green 38 ◦ blue 86

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

Shades of Cerise #D12656

Tints of Cerise #D12656

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.41%

 BLUE value IS 86 (33.98% from 255) = 25.83%

R = 62.76%
G = 11.41%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D12656 (or 0xD12656) is known color: Cerise. HEX triplet: D1, 26 and 56. RGB value is (209,38,86). Sum of RGB (Red+Green+Blue) = 209+38+86=333 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.76% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 86 (33.98% from 255 or 25.83% from 333); Max value from RGB is 209 - color contains mainly: red. Hex color #D12656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12656 is #2ED9A9. Grayscale: #5E5E5E. Windows color (decimal): -3070378 or 5646033. OLE color: 5646033.

HSL color Cylindrical-coordinate representation of color #D12656: hue angle of 343.16º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D12656 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 38 86 -
CMYK 0 0.82 0.59 0.18
HSL 343.16º 0.69% 0.48% -
HSV(B) 343.16º 0.82% 0.82% -
XYZ 28.67 15.61 10.31 -
YUV 94.6 123.15 209.6 -
System Red Green Blue C M Y K H S L
Decimal 209 38 86 0 0.82 0.59 0.18 343.16 0.69 0.48
Hex D1 26 56 0 52 3B 12 157 45 30
Octal 321 46 126 0 122 73 22 527 105 60
Binary 11010001 100110 1010110 0 1010010 111011 10010 101010111 1000101 110000

Color Harmonies of #D12656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12656

Black with #D12656

Text Example


Text Example

White with #D12656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12656; }

 p { color: rgb(209,38,86); }

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

background-color css

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

 a { background-color: rgb(209,38,86); }

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

border-color css

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

 span { border-color: rgb(209,38,86); }

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