Html Css Color HEX #D002A0 Medium Violet Red

📋 copy color: '#D002A0'

red 208 ◦ green 2 ◦ blue 160

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

Shades of Medium Violet Red #D002A0

Tints of Medium Violet Red #D002A0

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

 BLUE value IS 160 (62.89% from 255) = 43.24%

R = 56.22%
G = 0.54%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D002A0 (or 0xD002A0) is known color: Medium Violet Red. HEX triplet: D0, 02 and A0. RGB value is (208,2,160). Sum of RGB (Red+Green+Blue) = 208+2+160=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 2 (1.17% from 255 or 0.54% from 370); Blue value is 160 (62.89% from 255 or 43.24% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D002A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D002A0 is #2FFD5F. Grayscale: #515151. Windows color (decimal): -3145056 or 10486480. OLE color: 10486480.

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

Color convert

RGB 208 2 160 -
CMYK 0 0.99 0.23 0.18
HSL 313.98º 0.98% 0.41% -
HSV(B) 313.98º 0.99% 0.82% -
XYZ 32.38 15.99 34.64 -
YUV 81.61 172.25 218.15 -
System Red Green Blue C M Y K H S L
Decimal 208 2 160 0 0.99 0.23 0.18 313.98 0.98 0.41
Hex D0 2 A0 0 63 17 12 13A 62 29
Octal 320 2 240 0 143 27 22 472 142 51
Binary 11010000 10 10100000 0 1100011 10111 10010 100111010 1100010 101001

Color Harmonies of #D002A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D002A0

Black with #D002A0

Text Example


Text Example

White with #D002A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D002A0; }

 p { color: rgb(208,2,160); }

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

background-color css

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

 a { background-color: rgb(208,2,160); }

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

border-color css

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

 span { border-color: rgb(208,2,160); }

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