Html Css Color HEX #D112D0 Deep Magenta

📋 copy color: '#D112D0'

red 209 ◦ green 18 ◦ blue 208

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

Shades of Deep Magenta #D112D0

Tints of Deep Magenta #D112D0

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.14%

 BLUE value IS 208 (81.64% from 255) = 47.82%

R = 48.05%
G = 4.14%
B = 47.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D112D0 (or 0xD112D0) is known color: Deep Magenta. HEX triplet: D1, 12 and D0. RGB value is (209,18,208). Sum of RGB (Red+Green+Blue) = 209+18+208=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 18 (7.42% from 255 or 4.14% from 435); Blue value is 208 (81.64% from 255 or 47.82% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D112D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D112D0 is #2EED2F. Grayscale: #606060. Windows color (decimal): -3075376 or 13636305. OLE color: 13636305.

HSL color Cylindrical-coordinate representation of color #D112D0: hue angle of 300.31º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D112D0 is Cyan = 0, Magento = 0.91, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 18 208 -
CMYK 0 0.91 0.00 0.18
HSL 300.31º 0.84% 0.45% -
HSV(B) 300.31º 0.91% 0.82% -
XYZ 37.9 18.54 61.26 -
YUV 96.77 190.78 208.05 -
System Red Green Blue C M Y K H S L
Decimal 209 18 208 0 0.91 0.00 0.18 300.31 0.84 0.45
Hex D1 12 D0 0 5B 0 12 12C 54 2D
Octal 321 22 320 0 133 0 22 454 124 55
Binary 11010001 10010 11010000 0 1011011 0 10010 100101100 1010100 101101

Color Harmonies of #D112D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D112D0

Black with #D112D0

Text Example


Text Example

White with #D112D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D112D0; }

 p { color: rgb(209,18,208); }

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

background-color css

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

 a { background-color: rgb(209,18,208); }

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

border-color css

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

 span { border-color: rgb(209,18,208); }

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