Html Css Color HEX #D01CAF Deep Magenta

📋 copy color: '#D01CAF'

red 208 ◦ green 28 ◦ blue 175

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

Shades of Deep Magenta #D01CAF

Tints of Deep Magenta #D01CAF

RGB

 RED value IS 208 (81.64% from 255) = 50.61%

 GREEN value IS 28 (11.33% from 255) = 6.81%

 BLUE value IS 175 (68.75% from 255) = 42.58%

R = 50.61%
G = 6.81%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D01CAF (or 0xD01CAF) is known color: Deep Magenta. HEX triplet: D0, 1C and AF. RGB value is (208,28,175). Sum of RGB (Red+Green+Blue) = 208+28+175=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 28 (11.33% from 255 or 6.81% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D01CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01CAF is #2FE350. Grayscale: #626262. Windows color (decimal): -3138385 or 11476176. OLE color: 11476176.

HSL color Cylindrical-coordinate representation of color #D01CAF: hue angle of 311º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01CAF is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 28 175 -
CMYK 0 0.87 0.16 0.18
HSL 311º 0.76% 0.46% -
HSV(B) 311º 0.87% 0.82% -
XYZ 34.17 17.34 42.1 -
YUV 98.58 171.13 206.05 -
System Red Green Blue C M Y K H S L
Decimal 208 28 175 0 0.87 0.16 0.18 311 0.76 0.46
Hex D0 1C AF 0 57 10 12 137 4C 2E
Octal 320 34 257 0 127 20 22 467 114 56
Binary 11010000 11100 10101111 0 1010111 10000 10010 100110111 1001100 101110

Color Harmonies of #D01CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01CAF

Black with #D01CAF

Text Example


Text Example

White with #D01CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01CAF; }

 p { color: rgb(208,28,175); }

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

background-color css

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

 a { background-color: rgb(208,28,175); }

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

border-color css

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

 span { border-color: rgb(208,28,175); }

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