Html Css Color HEX #D00CA5 Medium Violet Red

📋 copy color: '#D00CA5'

red 208 ◦ green 12 ◦ blue 165

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

Shades of Medium Violet Red #D00CA5

Tints of Medium Violet Red #D00CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 42.86%

R = 54.03%
G = 3.12%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D00CA5 (or 0xD00CA5) is known color: Medium Violet Red. HEX triplet: D0, 0C and A5. RGB value is (208,12,165). Sum of RGB (Red+Green+Blue) = 208+12+165=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 12 (5.08% from 255 or 3.12% from 385); Blue value is 165 (64.84% from 255 or 42.86% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D00CA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00CA5 is #2FF35A. Grayscale: #575757. Windows color (decimal): -3142491 or 10816720. OLE color: 10816720.

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

Color convert

RGB 208 12 165 -
CMYK 0 0.94 0.21 0.18
HSL 313.16º 0.89% 0.43% -
HSV(B) 313.16º 0.94% 0.82% -
XYZ 32.94 16.39 37.02 -
YUV 88.05 171.43 213.56 -
System Red Green Blue C M Y K H S L
Decimal 208 12 165 0 0.94 0.21 0.18 313.16 0.89 0.43
Hex D0 C A5 0 5E 15 12 139 59 2B
Octal 320 14 245 0 136 25 22 471 131 53
Binary 11010000 1100 10100101 0 1011110 10101 10010 100111001 1011001 101011

Color Harmonies of #D00CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00CA5

Black with #D00CA5

Text Example


Text Example

White with #D00CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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