Html Css Color HEX #D00F7B Medium Violet Red

📋 copy color: '#D00F7B'

red 208 ◦ green 15 ◦ blue 123

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

Shades of Medium Violet Red #D00F7B

Tints of Medium Violet Red #D00F7B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.34%

 BLUE value IS 123 (48.44% from 255) = 35.55%

R = 60.12%
G = 4.34%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D00F7B (or 0xD00F7B) is known color: Medium Violet Red. HEX triplet: D0, 0F and 7B. RGB value is (208,15,123). Sum of RGB (Red+Green+Blue) = 208+15+123=346 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.12% from 346); Green value is 15 (6.25% from 255 or 4.34% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 208 - color contains mainly: red. Hex color #D00F7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00F7B is #2FF084. Grayscale: #545454. Windows color (decimal): -3141765 or 8064976. OLE color: 8064976.

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

Color convert

RGB 208 15 123 -
CMYK 0 0.93 0.41 0.18
HSL 326.42º 0.87% 0.44% -
HSV(B) 326.42º 0.93% 0.82% -
XYZ 29.76 15.18 20.1 -
YUV 85.02 149.44 215.72 -
System Red Green Blue C M Y K H S L
Decimal 208 15 123 0 0.93 0.41 0.18 326.42 0.87 0.44
Hex D0 F 7B 0 5D 29 12 146 57 2C
Octal 320 17 173 0 135 51 22 506 127 54
Binary 11010000 1111 1111011 0 1011101 101001 10010 101000110 1010111 101100

Color Harmonies of #D00F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00F7B

Black with #D00F7B

Text Example


Text Example

White with #D00F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00F7B; }

 p { color: rgb(208,15,123); }

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

background-color css

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

 a { background-color: rgb(208,15,123); }

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

border-color css

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

 span { border-color: rgb(208,15,123); }

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