Html Css Color HEX #D01C7E Medium Violet Red

📋 copy color: '#D01C7E'

red 208 ◦ green 28 ◦ blue 126

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

Shades of Medium Violet Red #D01C7E

Tints of Medium Violet Red #D01C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.81%

R = 57.46%
G = 7.73%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D01C7E (or 0xD01C7E) is known color: Medium Violet Red. HEX triplet: D0, 1C and 7E. RGB value is (208,28,126). Sum of RGB (Red+Green+Blue) = 208+28+126=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 28 (11.33% from 255 or 7.73% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01C7E is #2FE381. Grayscale: #5C5C5C. Windows color (decimal): -3138434 or 8264912. OLE color: 8264912.

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

Color convert

RGB 208 28 126 -
CMYK 0 0.87 0.39 0.18
HSL 327.33º 0.76% 0.46% -
HSV(B) 327.33º 0.87% 0.82% -
XYZ 30.19 15.75 21.19 -
YUV 92.99 146.63 210.03 -
System Red Green Blue C M Y K H S L
Decimal 208 28 126 0 0.87 0.39 0.18 327.33 0.76 0.46
Hex D0 1C 7E 0 57 27 12 147 4C 2E
Octal 320 34 176 0 127 47 22 507 114 56
Binary 11010000 11100 1111110 0 1010111 100111 10010 101000111 1001100 101110

Color Harmonies of #D01C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01C7E

Black with #D01C7E

Text Example


Text Example

White with #D01C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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