Html Css Color HEX #D300CB Deep Magenta

📋 copy color: '#D300CB'

red 211 ◦ green 0 ◦ blue 203

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

Shades of Deep Magenta #D300CB

Tints of Deep Magenta #D300CB

RGB

 RED value IS 211 (82.81% from 255) = 50.97%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50.97%
G = 0%
B = 49.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D300CB (or 0xD300CB) is known color: Deep Magenta. HEX triplet: D3, 00 and CB. RGB value is (211,0,203). Sum of RGB (Red+Green+Blue) = 211+0+203=414 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.97% from 414); Green value is 0 (0.39% from 255 or 0% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 211 - color contains mainly: red. Hex color #D300CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D300CB is #2CFF34. Grayscale: #555555. Windows color (decimal): -2948917 or 13304019. OLE color: 13304019.

HSL color Cylindrical-coordinate representation of color #D300CB: hue angle of 302.27º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D300CB is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 0 203 -
CMYK 0 1 0.04 0.17
HSL 302.27º 1% 0.41% -
HSV(B) 302.27º 1% 0.83% -
XYZ 37.64 18.16 58.02 -
YUV 86.23 193.9 216.99 -
System Red Green Blue C M Y K H S L
Decimal 211 0 203 0 1 0.04 0.17 302.27 1 0.41
Hex D3 0 CB 0 64 4 11 12E 64 29
Octal 323 0 313 0 144 4 21 456 144 51
Binary 11010011 0 11001011 0 1100100 100 10001 100101110 1100100 101001

Color Harmonies of #D300CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D300CB

Black with #D300CB

Text Example


Text Example

White with #D300CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D300CB; }

 p { color: rgb(211,0,203); }

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

background-color css

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

 a { background-color: rgb(211,0,203); }

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

border-color css

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

 span { border-color: rgb(211,0,203); }

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