Html Css Color HEX #D00BDE Deep Magenta

📋 copy color: '#D00BDE'

red 208 ◦ green 11 ◦ blue 222

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

Shades of Deep Magenta #D00BDE

Tints of Deep Magenta #D00BDE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.49%

 BLUE value IS 222 (87.11% from 255) = 50.34%

R = 47.17%
G = 2.49%
B = 50.34%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D00BDE (or 0xD00BDE) is known color: Deep Magenta. HEX triplet: D0, 0B and DE. RGB value is (208,11,222). Sum of RGB (Red+Green+Blue) = 208+11+222=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 11 (4.69% from 255 or 2.49% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #D00BDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00BDE is #2FF421. Grayscale: #5D5D5D. Windows color (decimal): -3142690 or 14552016. OLE color: 14552016.

HSL color Cylindrical-coordinate representation of color #D00BDE: hue angle of 296.02º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00BDE is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 11 222 -
CMYK 0.06 0.95 0 0.13
HSL 296.02º 0.91% 0.46% -
HSV(B) 296.02º 0.95% 0.87% -
XYZ 39.32 18.92 70.69 -
YUV 93.96 200.27 209.34 -
System Red Green Blue C M Y K H S L
Decimal 208 11 222 0.06 0.95 0 0.13 296.02 0.91 0.46
Hex D0 B DE 6 5F 0 D 128 5B 2E
Octal 320 13 336 6 137 0 15 450 133 56
Binary 11010000 1011 11011110 110 1011111 0 1101 100101000 1011011 101110

Color Harmonies of #D00BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00BDE

Black with #D00BDE

Text Example


Text Example

White with #D00BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00BDE; }

 p { color: rgb(208,11,222); }

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

background-color css

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

 a { background-color: rgb(208,11,222); }

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

border-color css

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

 span { border-color: rgb(208,11,222); }

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