Html Css Color HEX #D12780 Deep Cerise

📋 copy color: '#D12780'

red 209 ◦ green 39 ◦ blue 128

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

Shades of Deep Cerise #D12780

Tints of Deep Cerise #D12780

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.37%

 BLUE value IS 128 (50.39% from 255) = 34.04%

R = 55.59%
G = 10.37%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D12780 (or 0xD12780) is known color: Deep Cerise. HEX triplet: D1, 27 and 80. RGB value is (209,39,128). Sum of RGB (Red+Green+Blue) = 209+39+128=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 39 (15.62% from 255 or 10.37% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D12780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12780 is #2ED87F. Grayscale: #636363. Windows color (decimal): -3070080 or 8398801. OLE color: 8398801.

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

Color convert

RGB 209 39 128 -
CMYK 0 0.81 0.39 0.18
HSL 328.59º 0.69% 0.49% -
HSV(B) 328.59º 0.81% 0.82% -
XYZ 30.92 16.56 21.99 -
YUV 99.98 143.82 205.76 -
System Red Green Blue C M Y K H S L
Decimal 209 39 128 0 0.81 0.39 0.18 328.59 0.69 0.49
Hex D1 27 80 0 51 27 12 149 45 31
Octal 321 47 200 0 121 47 22 511 105 61
Binary 11010001 100111 10000000 0 1010001 100111 10010 101001001 1000101 110001

Color Harmonies of #D12780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12780

Black with #D12780

Text Example


Text Example

White with #D12780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12780; }

 p { color: rgb(209,39,128); }

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

background-color css

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

 a { background-color: rgb(209,39,128); }

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

border-color css

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

 span { border-color: rgb(209,39,128); }

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