Html Css Color HEX #D01CAB Medium Violet Red

📋 copy color: '#D01CAB'

red 208 ◦ green 28 ◦ blue 171

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

Shades of Medium Violet Red #D01CAB

Tints of Medium Violet Red #D01CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.01%

R = 51.11%
G = 6.88%
B = 42.01%

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

#D01CAB (or 0xD01CAB) is known color: Medium Violet Red. HEX triplet: D0, 1C and AB. RGB value is (208,28,171). Sum of RGB (Red+Green+Blue) = 208+28+171=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 28 (11.33% from 255 or 6.88% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D01CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01CAB is #2FE354. Grayscale: #616161. Windows color (decimal): -3138389 or 11214032. OLE color: 11214032.

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

Color convert

RGB 208 28 171 -
CMYK 0 0.87 0.18 0.18
HSL 312.33º 0.76% 0.46% -
HSV(B) 312.33º 0.87% 0.82% -
XYZ 33.78 17.18 40.06 -
YUV 98.12 169.13 206.37 -
System Red Green Blue C M Y K H S L
Decimal 208 28 171 0 0.87 0.18 0.18 312.33 0.76 0.46
Hex D0 1C AB 0 57 12 12 138 4C 2E
Octal 320 34 253 0 127 22 22 470 114 56
Binary 11010000 11100 10101011 0 1010111 10010 10010 100111000 1001100 101110

Color Harmonies of #D01CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01CAB

Black with #D01CAB

Text Example


Text Example

White with #D01CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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