Html Css Color HEX #D01CBE Deep Magenta

📋 copy color: '#D01CBE'

red 208 ◦ green 28 ◦ blue 190

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

Shades of Deep Magenta #D01CBE

Tints of Deep Magenta #D01CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.6%

R = 48.83%
G = 6.57%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D01CBE (or 0xD01CBE) is known color: Deep Magenta. HEX triplet: D0, 1C and BE. RGB value is (208,28,190). Sum of RGB (Red+Green+Blue) = 208+28+190=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 28 (11.33% from 255 or 6.57% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D01CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01CBE is #2FE341. Grayscale: #636363. Windows color (decimal): -3138370 or 12459216. OLE color: 12459216.

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

Color convert

RGB 208 28 190 -
CMYK 0 0.87 0.09 0.18
HSL 306º 0.76% 0.46% -
HSV(B) 306º 0.87% 0.82% -
XYZ 35.72 17.96 50.3 -
YUV 100.29 178.63 204.83 -
System Red Green Blue C M Y K H S L
Decimal 208 28 190 0 0.87 0.09 0.18 306 0.76 0.46
Hex D0 1C BE 0 57 9 12 132 4C 2E
Octal 320 34 276 0 127 11 22 462 114 56
Binary 11010000 11100 10111110 0 1010111 1001 10010 100110010 1001100 101110

Color Harmonies of #D01CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01CBE

Black with #D01CBE

Text Example


Text Example

White with #D01CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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