Html Css Color HEX #D00D7A Medium Violet Red

📋 copy color: '#D00D7A'

red 208 ◦ green 13 ◦ blue 122

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

Shades of Medium Violet Red #D00D7A

Tints of Medium Violet Red #D00D7A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.79%

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

R = 60.64%
G = 3.79%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D00D7A (or 0xD00D7A) is known color: Medium Violet Red. HEX triplet: D0, 0D and 7A. RGB value is (208,13,122). Sum of RGB (Red+Green+Blue) = 208+13+122=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 13 (5.47% from 255 or 3.79% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D00D7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00D7A is #2FF285. Grayscale: #535353. Windows color (decimal): -3142278 or 7998928. OLE color: 7998928.

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

Color convert

RGB 208 13 122 -
CMYK 0 0.94 0.41 0.18
HSL 326.46º 0.88% 0.43% -
HSV(B) 326.46º 0.94% 0.82% -
XYZ 29.67 15.1 19.76 -
YUV 83.73 149.6 216.64 -
System Red Green Blue C M Y K H S L
Decimal 208 13 122 0 0.94 0.41 0.18 326.46 0.88 0.43
Hex D0 D 7A 0 5E 29 12 146 58 2B
Octal 320 15 172 0 136 51 22 506 130 53
Binary 11010000 1101 1111010 0 1011110 101001 10010 101000110 1011000 101011

Color Harmonies of #D00D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00D7A

Black with #D00D7A

Text Example


Text Example

White with #D00D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00D7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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