Html Css Color HEX #D00C8D Medium Violet Red

📋 copy color: '#D00C8D'

red 208 ◦ green 12 ◦ blue 141

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

Shades of Medium Violet Red #D00C8D

Tints of Medium Violet Red #D00C8D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.32%

 BLUE value IS 141 (55.47% from 255) = 39.06%

R = 57.62%
G = 3.32%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D00C8D (or 0xD00C8D) is known color: Medium Violet Red. HEX triplet: D0, 0C and 8D. RGB value is (208,12,141). Sum of RGB (Red+Green+Blue) = 208+12+141=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 12 (5.08% from 255 or 3.32% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D00C8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00C8D is #2FF372. Grayscale: #545454. Windows color (decimal): -3142515 or 9243856. OLE color: 9243856.

HSL color Cylindrical-coordinate representation of color #D00C8D: hue angle of 320.51º degrees, saturation: 0.89, 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 #D00C8D is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 12 141 -
CMYK 0 0.94 0.32 0.18
HSL 320.51º 0.89% 0.43% -
HSV(B) 320.51º 0.94% 0.82% -
XYZ 30.95 15.6 26.58 -
YUV 85.31 159.43 215.51 -
System Red Green Blue C M Y K H S L
Decimal 208 12 141 0 0.94 0.32 0.18 320.51 0.89 0.43
Hex D0 C 8D 0 5E 20 12 141 59 2B
Octal 320 14 215 0 136 40 22 501 131 53
Binary 11010000 1100 10001101 0 1011110 100000 10010 101000001 1011001 101011

Color Harmonies of #D00C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00C8D

Black with #D00C8D

Text Example


Text Example

White with #D00C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00C8D; }

 p { color: rgb(208,12,141); }

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

background-color css

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

 a { background-color: rgb(208,12,141); }

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

border-color css

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

 span { border-color: rgb(208,12,141); }

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