Html Css Color HEX #D02384 Medium Violet Red

📋 copy color: '#D02384'

red 208 ◦ green 35 ◦ blue 132

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

Shades of Medium Violet Red #D02384

Tints of Medium Violet Red #D02384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.2%

R = 55.47%
G = 9.33%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D02384 (or 0xD02384) is known color: Medium Violet Red. HEX triplet: D0, 23 and 84. RGB value is (208,35,132). Sum of RGB (Red+Green+Blue) = 208+35+132=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 35 (14.06% from 255 or 9.33% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D02384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02384 is #2FDC7B. Grayscale: #616161. Windows color (decimal): -3136636 or 8659920. OLE color: 8659920.

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

Color convert

RGB 208 35 132 -
CMYK 0 0.83 0.37 0.18
HSL 326.36º 0.71% 0.48% -
HSV(B) 326.36º 0.83% 0.82% -
XYZ 30.78 16.28 23.35 -
YUV 97.79 147.31 206.61 -
System Red Green Blue C M Y K H S L
Decimal 208 35 132 0 0.83 0.37 0.18 326.36 0.71 0.48
Hex D0 23 84 0 53 25 12 146 47 30
Octal 320 43 204 0 123 45 22 506 107 60
Binary 11010000 100011 10000100 0 1010011 100101 10010 101000110 1000111 110000

Color Harmonies of #D02384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02384

Black with #D02384

Text Example


Text Example

White with #D02384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02384; }

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

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

background-color css

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

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

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

border-color css

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

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

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