Html Css Color HEX #D12781 Deep Cerise

📋 copy color: '#D12781'

red 209 ◦ green 39 ◦ blue 129

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

Shades of Deep Cerise #D12781

Tints of Deep Cerise #D12781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.22%

R = 55.44%
G = 10.34%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D12781 (or 0xD12781) is known color: Deep Cerise. HEX triplet: D1, 27 and 81. RGB value is (209,39,129). Sum of RGB (Red+Green+Blue) = 209+39+129=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 39 (15.62% from 255 or 10.34% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D12781 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12781 is #2ED87E. Grayscale: #636363. Windows color (decimal): -3070079 or 8464337. OLE color: 8464337.

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

Color convert

RGB 209 39 129 -
CMYK 0 0.81 0.38 0.18
HSL 328.24º 0.69% 0.49% -
HSV(B) 328.24º 0.81% 0.82% -
XYZ 30.98 16.59 22.34 -
YUV 100.09 144.32 205.68 -
System Red Green Blue C M Y K H S L
Decimal 209 39 129 0 0.81 0.38 0.18 328.24 0.69 0.49
Hex D1 27 81 0 51 26 12 148 45 31
Octal 321 47 201 0 121 46 22 510 105 61
Binary 11010001 100111 10000001 0 1010001 100110 10010 101001000 1000101 110001

Color Harmonies of #D12781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12781

Black with #D12781

Text Example


Text Example

White with #D12781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12781; }

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

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

background-color css

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

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

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

border-color css

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

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

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