Html Css Color HEX #D023B0 Deep Magenta

📋 copy color: '#D023B0'

red 208 ◦ green 35 ◦ blue 176

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

Shades of Deep Magenta #D023B0

Tints of Deep Magenta #D023B0

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.35%

 BLUE value IS 176 (69.14% from 255) = 42%

R = 49.64%
G = 8.35%
B = 42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D023B0 (or 0xD023B0) is known color: Deep Magenta. HEX triplet: D0, 23 and B0. RGB value is (208,35,176). Sum of RGB (Red+Green+Blue) = 208+35+176=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 35 (14.06% from 255 or 8.35% from 419); Blue value is 176 (69.14% from 255 or 42.00% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D023B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D023B0 is #2FDC4F. Grayscale: #666666. Windows color (decimal): -3136592 or 11543504. OLE color: 11543504.

HSL color Cylindrical-coordinate representation of color #D023B0: hue angle of 311.1º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D023B0 is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 35 176 -
CMYK 0 0.83 0.15 0.18
HSL 311.1º 0.71% 0.48% -
HSV(B) 311.1º 0.83% 0.82% -
XYZ 34.45 17.75 42.68 -
YUV 102.8 169.31 203.04 -
System Red Green Blue C M Y K H S L
Decimal 208 35 176 0 0.83 0.15 0.18 311.1 0.71 0.48
Hex D0 23 B0 0 53 F 12 137 47 30
Octal 320 43 260 0 123 17 22 467 107 60
Binary 11010000 100011 10110000 0 1010011 1111 10010 100110111 1000111 110000

Color Harmonies of #D023B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D023B0

Black with #D023B0

Text Example


Text Example

White with #D023B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D023B0; }

 p { color: rgb(208,35,176); }

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

background-color css

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

 a { background-color: rgb(208,35,176); }

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

border-color css

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

 span { border-color: rgb(208,35,176); }

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