Html Css Color HEX #D010CB Deep Magenta

📋 copy color: '#D010CB'

red 208 ◦ green 16 ◦ blue 203

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

Shades of Deep Magenta #D010CB

Tints of Deep Magenta #D010CB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.75%

 BLUE value IS 203 (79.69% from 255) = 47.54%

R = 48.71%
G = 3.75%
B = 47.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D010CB (or 0xD010CB) is known color: Deep Magenta. HEX triplet: D0, 10 and CB. RGB value is (208,16,203). Sum of RGB (Red+Green+Blue) = 208+16+203=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 16 (6.64% from 255 or 3.75% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D010CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D010CB is #2FEF34. Grayscale: #5E5E5E. Windows color (decimal): -3141429 or 13308112. OLE color: 13308112.

HSL color Cylindrical-coordinate representation of color #D010CB: hue angle of 301.56º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D010CB is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 16 203 -
CMYK 0 0.92 0.02 0.18
HSL 301.56º 0.86% 0.44% -
HSV(B) 301.56º 0.92% 0.82% -
XYZ 36.98 18.09 58.04 -
YUV 94.73 189.11 208.79 -
System Red Green Blue C M Y K H S L
Decimal 208 16 203 0 0.92 0.02 0.18 301.56 0.86 0.44
Hex D0 10 CB 0 5C 2 12 12E 56 2C
Octal 320 20 313 0 134 2 22 456 126 54
Binary 11010000 10000 11001011 0 1011100 10 10010 100101110 1010110 101100

Color Harmonies of #D010CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D010CB

Black with #D010CB

Text Example


Text Example

White with #D010CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D010CB; }

 p { color: rgb(208,16,203); }

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

background-color css

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

 a { background-color: rgb(208,16,203); }

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

border-color css

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

 span { border-color: rgb(208,16,203); }

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