Html Css Color HEX #D01D7A Medium Violet Red

📋 copy color: '#D01D7A'

red 208 ◦ green 29 ◦ blue 122

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

Shades of Medium Violet Red #D01D7A

Tints of Medium Violet Red #D01D7A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.08%

 BLUE value IS 122 (48.05% from 255) = 33.98%

R = 57.94%
G = 8.08%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D01D7A (or 0xD01D7A) is known color: Medium Violet Red. HEX triplet: D0, 1D and 7A. RGB value is (208,29,122). Sum of RGB (Red+Green+Blue) = 208+29+122=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 29 (11.72% from 255 or 8.08% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01D7A is #2FE285. Grayscale: #5C5C5C. Windows color (decimal): -3138182 or 8003024. OLE color: 8003024.

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

Color convert

RGB 208 29 122 -
CMYK 0 0.86 0.41 0.18
HSL 328.83º 0.76% 0.46% -
HSV(B) 328.83º 0.86% 0.82% -
XYZ 29.96 15.69 19.86 -
YUV 93.12 144.3 209.94 -
System Red Green Blue C M Y K H S L
Decimal 208 29 122 0 0.86 0.41 0.18 328.83 0.76 0.46
Hex D0 1D 7A 0 56 29 12 149 4C 2E
Octal 320 35 172 0 126 51 22 511 114 56
Binary 11010000 11101 1111010 0 1010110 101001 10010 101001001 1001100 101110

Color Harmonies of #D01D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01D7A

Black with #D01D7A

Text Example


Text Example

White with #D01D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01D7A; }

 p { color: rgb(208,29,122); }

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

background-color css

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

 a { background-color: rgb(208,29,122); }

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

border-color css

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

 span { border-color: rgb(208,29,122); }

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