Html Css Color HEX #D01CB4 Deep Magenta

📋 copy color: '#D01CB4'

red 208 ◦ green 28 ◦ blue 180

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

Shades of Deep Magenta #D01CB4

Tints of Deep Magenta #D01CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 43.27%

R = 50%
G = 6.73%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D01CB4 (or 0xD01CB4) is known color: Deep Magenta. HEX triplet: D0, 1C and B4. RGB value is (208,28,180). Sum of RGB (Red+Green+Blue) = 208+28+180=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 28 (11.33% from 255 or 6.73% from 416); Blue value is 180 (70.70% from 255 or 43.27% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D01CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01CB4 is #2FE34B. Grayscale: #626262. Windows color (decimal): -3138380 or 11803856. OLE color: 11803856.

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

Color convert

RGB 208 28 180 -
CMYK 0 0.87 0.13 0.18
HSL 309.33º 0.76% 0.46% -
HSV(B) 309.33º 0.87% 0.82% -
XYZ 34.67 17.54 44.74 -
YUV 99.15 173.63 205.64 -
System Red Green Blue C M Y K H S L
Decimal 208 28 180 0 0.87 0.13 0.18 309.33 0.76 0.46
Hex D0 1C B4 0 57 D 12 135 4C 2E
Octal 320 34 264 0 127 15 22 465 114 56
Binary 11010000 11100 10110100 0 1010111 1101 10010 100110101 1001100 101110

Color Harmonies of #D01CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01CB4

Black with #D01CB4

Text Example


Text Example

White with #D01CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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