Html Css Color HEX #D12862 Cerise

📋 copy color: '#D12862'

red 209 ◦ green 40 ◦ blue 98

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

Shades of Cerise #D12862

Tints of Cerise #D12862

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.53%

 BLUE value IS 98 (38.67% from 255) = 28.24%

R = 60.23%
G = 11.53%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D12862 (or 0xD12862) is known color: Cerise. HEX triplet: D1, 28 and 62. RGB value is (209,40,98). Sum of RGB (Red+Green+Blue) = 209+40+98=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 40 (16.02% from 255 or 11.53% from 347); Blue value is 98 (38.67% from 255 or 28.24% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D12862 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12862 is #2ED79D. Grayscale: #616161. Windows color (decimal): -3069854 or 6432977. OLE color: 6432977.

HSL color Cylindrical-coordinate representation of color #D12862: hue angle of 339.41º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D12862 is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 40 98 -
CMYK 0 0.81 0.53 0.18
HSL 339.41º 0.68% 0.49% -
HSV(B) 339.41º 0.81% 0.82% -
XYZ 29.26 15.95 13.09 -
YUV 97.14 128.49 207.78 -
System Red Green Blue C M Y K H S L
Decimal 209 40 98 0 0.81 0.53 0.18 339.41 0.68 0.49
Hex D1 28 62 0 51 35 12 153 44 31
Octal 321 50 142 0 121 65 22 523 104 61
Binary 11010001 101000 1100010 0 1010001 110101 10010 101010011 1000100 110001

Color Harmonies of #D12862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12862

Black with #D12862

Text Example


Text Example

White with #D12862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12862; }

 p { color: rgb(209,40,98); }

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

background-color css

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

 a { background-color: rgb(209,40,98); }

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

border-color css

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

 span { border-color: rgb(209,40,98); }

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