Html Css Color HEX #D01CA2 Medium Violet Red

📋 copy color: '#D01CA2'

red 208 ◦ green 28 ◦ blue 162

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

Shades of Medium Violet Red #D01CA2

Tints of Medium Violet Red #D01CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.7%

R = 52.26%
G = 7.04%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D01CA2 (or 0xD01CA2) is known color: Medium Violet Red. HEX triplet: D0, 1C and A2. RGB value is (208,28,162). Sum of RGB (Red+Green+Blue) = 208+28+162=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 28 (11.33% from 255 or 7.04% from 398); Blue value is 162 (63.67% from 255 or 40.70% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D01CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01CA2 is #2FE35D. Grayscale: #606060. Windows color (decimal): -3138398 or 10624208. OLE color: 10624208.

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

Color convert

RGB 208 28 162 -
CMYK 0 0.87 0.22 0.18
HSL 315.33º 0.76% 0.46% -
HSV(B) 315.33º 0.87% 0.82% -
XYZ 32.95 16.85 35.7 -
YUV 97.1 164.63 207.1 -
System Red Green Blue C M Y K H S L
Decimal 208 28 162 0 0.87 0.22 0.18 315.33 0.76 0.46
Hex D0 1C A2 0 57 16 12 13B 4C 2E
Octal 320 34 242 0 127 26 22 473 114 56
Binary 11010000 11100 10100010 0 1010111 10110 10010 100111011 1001100 101110

Color Harmonies of #D01CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01CA2

Black with #D01CA2

Text Example


Text Example

White with #D01CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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