Html Css Color HEX #D01CAA Medium Violet Red

📋 copy color: '#D01CAA'

red 208 ◦ green 28 ◦ blue 170

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

Shades of Medium Violet Red #D01CAA

Tints of Medium Violet Red #D01CAA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.9%

 BLUE value IS 170 (66.8% from 255) = 41.87%

R = 51.23%
G = 6.9%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D01CAA (or 0xD01CAA) is known color: Medium Violet Red. HEX triplet: D0, 1C and AA. RGB value is (208,28,170). Sum of RGB (Red+Green+Blue) = 208+28+170=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 28 (11.33% from 255 or 6.90% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D01CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01CAA is #2FE355. Grayscale: #616161. Windows color (decimal): -3138390 or 11148496. OLE color: 11148496.

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

Color convert

RGB 208 28 170 -
CMYK 0 0.87 0.18 0.18
HSL 312.67º 0.76% 0.46% -
HSV(B) 312.67º 0.87% 0.82% -
XYZ 33.68 17.14 39.56 -
YUV 98.01 168.63 206.45 -
System Red Green Blue C M Y K H S L
Decimal 208 28 170 0 0.87 0.18 0.18 312.67 0.76 0.46
Hex D0 1C AA 0 57 12 12 139 4C 2E
Octal 320 34 252 0 127 22 22 471 114 56
Binary 11010000 11100 10101010 0 1010111 10010 10010 100111001 1001100 101110

Color Harmonies of #D01CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01CAA

Black with #D01CAA

Text Example


Text Example

White with #D01CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01CAA; }

 p { color: rgb(208,28,170); }

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

background-color css

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

 a { background-color: rgb(208,28,170); }

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

border-color css

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

 span { border-color: rgb(208,28,170); }

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