Html Css Color HEX #D00B7F Medium Violet Red

📋 copy color: '#D00B7F'

red 208 ◦ green 11 ◦ blue 127

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

Shades of Medium Violet Red #D00B7F

Tints of Medium Violet Red #D00B7F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.18%

 BLUE value IS 127 (50% from 255) = 36.71%

R = 60.12%
G = 3.18%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D00B7F (or 0xD00B7F) is known color: Medium Violet Red. HEX triplet: D0, 0B and 7F. RGB value is (208,11,127). Sum of RGB (Red+Green+Blue) = 208+11+127=346 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.12% from 346); Green value is 11 (4.69% from 255 or 3.18% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 208 - color contains mainly: red. Hex color #D00B7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00B7F is #2FF480. Grayscale: #525252. Windows color (decimal): -3142785 or 8326096. OLE color: 8326096.

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

Color convert

RGB 208 11 127 -
CMYK 0 0.95 0.39 0.18
HSL 324.67º 0.9% 0.43% -
HSV(B) 324.67º 0.95% 0.82% -
XYZ 29.96 15.18 21.43 -
YUV 83.13 152.77 217.07 -
System Red Green Blue C M Y K H S L
Decimal 208 11 127 0 0.95 0.39 0.18 324.67 0.9 0.43
Hex D0 B 7F 0 5F 27 12 145 5A 2B
Octal 320 13 177 0 137 47 22 505 132 53
Binary 11010000 1011 1111111 0 1011111 100111 10010 101000101 1011010 101011

Color Harmonies of #D00B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00B7F

Black with #D00B7F

Text Example


Text Example

White with #D00B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00B7F; }

 p { color: rgb(208,11,127); }

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

background-color css

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

 a { background-color: rgb(208,11,127); }

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

border-color css

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

 span { border-color: rgb(208,11,127); }

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