Html Css Color HEX #D12870 Cerise

📋 copy color: '#D12870'

red 209 ◦ green 40 ◦ blue 112

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

Shades of Cerise #D12870

Tints of Cerise #D12870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.02%

R = 57.89%
G = 11.08%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D12870 (or 0xD12870) is known color: Cerise. HEX triplet: D1, 28 and 70. RGB value is (209,40,112). Sum of RGB (Red+Green+Blue) = 209+40+112=361 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.89% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 209 - color contains mainly: red. Hex color #D12870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12870 is #2ED78F. Grayscale: #626262. Windows color (decimal): -3069840 or 7350481. OLE color: 7350481.

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

Color convert

RGB 209 40 112 -
CMYK 0 0.81 0.46 0.18
HSL 334.44º 0.68% 0.49% -
HSV(B) 334.44º 0.81% 0.82% -
XYZ 29.98 16.24 16.88 -
YUV 98.74 135.49 206.65 -
System Red Green Blue C M Y K H S L
Decimal 209 40 112 0 0.81 0.46 0.18 334.44 0.68 0.49
Hex D1 28 70 0 51 2E 12 14E 44 31
Octal 321 50 160 0 121 56 22 516 104 61
Binary 11010001 101000 1110000 0 1010001 101110 10010 101001110 1000100 110001

Color Harmonies of #D12870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12870

Black with #D12870

Text Example


Text Example

White with #D12870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12870; }

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

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

background-color css

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

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

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

border-color css

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

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

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