Html Css Color HEX #D023B2 Deep Magenta

📋 copy color: '#D023B2'

red 208 ◦ green 35 ◦ blue 178

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

Shades of Deep Magenta #D023B2

Tints of Deep Magenta #D023B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.28%

R = 49.41%
G = 8.31%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D023B2 (or 0xD023B2) is known color: Deep Magenta. HEX triplet: D0, 23 and B2. RGB value is (208,35,178). Sum of RGB (Red+Green+Blue) = 208+35+178=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 35 (14.06% from 255 or 8.31% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D023B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D023B2 is #2FDC4D. Grayscale: #666666. Windows color (decimal): -3136590 or 11674576. OLE color: 11674576.

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

Color convert

RGB 208 35 178 -
CMYK 0 0.83 0.14 0.18
HSL 310.4º 0.71% 0.48% -
HSV(B) 310.4º 0.83% 0.82% -
XYZ 34.65 17.83 43.73 -
YUV 103.03 170.31 202.87 -
System Red Green Blue C M Y K H S L
Decimal 208 35 178 0 0.83 0.14 0.18 310.4 0.71 0.48
Hex D0 23 B2 0 53 E 12 136 47 30
Octal 320 43 262 0 123 16 22 466 107 60
Binary 11010000 100011 10110010 0 1010011 1110 10010 100110110 1000111 110000

Color Harmonies of #D023B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D023B2

Black with #D023B2

Text Example


Text Example

White with #D023B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D023B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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