Html Css Color HEX #D01CB1 Deep Magenta

📋 copy color: '#D01CB1'

red 208 ◦ green 28 ◦ blue 177

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

Shades of Deep Magenta #D01CB1

Tints of Deep Magenta #D01CB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 42.86%

R = 50.36%
G = 6.78%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D01CB1 (or 0xD01CB1) is known color: Deep Magenta. HEX triplet: D0, 1C and B1. RGB value is (208,28,177). Sum of RGB (Red+Green+Blue) = 208+28+177=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 28 (11.33% from 255 or 6.78% from 413); Blue value is 177 (69.53% from 255 or 42.86% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D01CB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01CB1 is #2FE34E. Grayscale: #626262. Windows color (decimal): -3138383 or 11607248. OLE color: 11607248.

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

Color convert

RGB 208 28 177 -
CMYK 0 0.87 0.15 0.18
HSL 310.33º 0.76% 0.46% -
HSV(B) 310.33º 0.87% 0.82% -
XYZ 34.36 17.41 43.15 -
YUV 98.81 172.13 205.88 -
System Red Green Blue C M Y K H S L
Decimal 208 28 177 0 0.87 0.15 0.18 310.33 0.76 0.46
Hex D0 1C B1 0 57 F 12 136 4C 2E
Octal 320 34 261 0 127 17 22 466 114 56
Binary 11010000 11100 10110001 0 1010111 1111 10010 100110110 1001100 101110

Color Harmonies of #D01CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01CB1

Black with #D01CB1

Text Example


Text Example

White with #D01CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01CB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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