Html Css Color HEX #D023B7 Deep Magenta

📋 copy color: '#D023B7'

red 208 ◦ green 35 ◦ blue 183

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

Shades of Deep Magenta #D023B7

Tints of Deep Magenta #D023B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 42.96%

R = 48.83%
G = 8.22%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D023B7 (or 0xD023B7) is known color: Deep Magenta. HEX triplet: D0, 23 and B7. RGB value is (208,35,183). Sum of RGB (Red+Green+Blue) = 208+35+183=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 35 (14.06% from 255 or 8.22% from 426); Blue value is 183 (71.88% from 255 or 42.96% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D023B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D023B7 is #2FDC48. Grayscale: #676767. Windows color (decimal): -3136585 or 12002256. OLE color: 12002256.

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

Color convert

RGB 208 35 183 -
CMYK 0 0.83 0.12 0.18
HSL 308.67º 0.71% 0.48% -
HSV(B) 308.67º 0.83% 0.82% -
XYZ 35.16 18.03 46.43 -
YUV 103.6 172.81 202.47 -
System Red Green Blue C M Y K H S L
Decimal 208 35 183 0 0.83 0.12 0.18 308.67 0.71 0.48
Hex D0 23 B7 0 53 C 12 135 47 30
Octal 320 43 267 0 123 14 22 465 107 60
Binary 11010000 100011 10110111 0 1010011 1100 10010 100110101 1000111 110000

Color Harmonies of #D023B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D023B7

Black with #D023B7

Text Example


Text Example

White with #D023B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D023B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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