Html Css Color HEX #D20384 Medium Violet Red

📋 copy color: '#D20384'

red 210 ◦ green 3 ◦ blue 132

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

Shades of Medium Violet Red #D20384

Tints of Medium Violet Red #D20384

RGB

 RED value IS 210 (82.42% from 255) = 60.87%

 GREEN value IS 3 (1.56% from 255) = 0.87%

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

R = 60.87%
G = 0.87%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D20384 (or 0xD20384) is known color: Medium Violet Red. HEX triplet: D2, 03 and 84. RGB value is (210,3,132). Sum of RGB (Red+Green+Blue) = 210+3+132=345 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.87% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 210 - color contains mainly: red. Hex color #D20384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20384 is #2DFC7B. Grayscale: #4F4F4F. Windows color (decimal): -3013756 or 8651730. OLE color: 8651730.

HSL color Cylindrical-coordinate representation of color #D20384: hue angle of 322.61º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D20384 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 3 132 -
CMYK 0 0.99 0.37 0.18
HSL 322.61º 0.97% 0.42% -
HSV(B) 322.61º 0.99% 0.82% -
XYZ 30.78 15.43 23.19 -
YUV 79.6 157.58 221.01 -
System Red Green Blue C M Y K H S L
Decimal 210 3 132 0 0.99 0.37 0.18 322.61 0.97 0.42
Hex D2 3 84 0 63 25 12 143 61 2A
Octal 322 3 204 0 143 45 22 503 141 52
Binary 11010010 11 10000100 0 1100011 100101 10010 101000011 1100001 101010

Color Harmonies of #D20384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20384

Black with #D20384

Text Example


Text Example

White with #D20384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20384; }

 p { color: rgb(210,3,132); }

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

background-color css

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

 a { background-color: rgb(210,3,132); }

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

border-color css

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

 span { border-color: rgb(210,3,132); }

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