Html Css Color HEX #D12982 Deep Cerise

📋 copy color: '#D12982'

red 209 ◦ green 41 ◦ blue 130

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

Shades of Deep Cerise #D12982

Tints of Deep Cerise #D12982

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.79%

 BLUE value IS 130 (51.17% from 255) = 34.21%

R = 55%
G = 10.79%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D12982 (or 0xD12982) is known color: Deep Cerise. HEX triplet: D1, 29 and 82. RGB value is (209,41,130). Sum of RGB (Red+Green+Blue) = 209+41+130=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 41 (16.41% from 255 or 10.79% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D12982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12982 is #2ED67D. Grayscale: #656565. Windows color (decimal): -3069566 or 8530385. OLE color: 8530385.

HSL color Cylindrical-coordinate representation of color #D12982: hue angle of 328.21º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D12982 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 41 130 -
CMYK 0 0.80 0.38 0.18
HSL 328.21º 0.67% 0.49% -
HSV(B) 328.21º 0.8% 0.82% -
XYZ 31.12 16.75 22.71 -
YUV 101.38 144.16 204.76 -
System Red Green Blue C M Y K H S L
Decimal 209 41 130 0 0.80 0.38 0.18 328.21 0.67 0.49
Hex D1 29 82 0 50 26 12 148 43 31
Octal 321 51 202 0 120 46 22 510 103 61
Binary 11010001 101001 10000010 0 1010000 100110 10010 101001000 1000011 110001

Color Harmonies of #D12982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12982

Black with #D12982

Text Example


Text Example

White with #D12982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12982; }

 p { color: rgb(209,41,130); }

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

background-color css

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

 a { background-color: rgb(209,41,130); }

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

border-color css

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

 span { border-color: rgb(209,41,130); }

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