Html Css Color HEX #D2067C Medium Violet Red

📋 copy color: '#D2067C'

red 210 ◦ green 6 ◦ blue 124

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

Shades of Medium Violet Red #D2067C

Tints of Medium Violet Red #D2067C

RGB

 RED value IS 210 (82.42% from 255) = 61.76%

 GREEN value IS 6 (2.73% from 255) = 1.76%

 BLUE value IS 124 (48.83% from 255) = 36.47%

R = 61.76%
G = 1.76%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D2067C (or 0xD2067C) is known color: Medium Violet Red. HEX triplet: D2, 06 and 7C. RGB value is (210,6,124). Sum of RGB (Red+Green+Blue) = 210+6+124=340 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.76% from 340); Green value is 6 (2.73% from 255 or 1.76% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 210 - color contains mainly: red. Hex color #D2067C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2067C is #2DF983. Grayscale: #505050. Windows color (decimal): -3012996 or 8128210. OLE color: 8128210.

HSL color Cylindrical-coordinate representation of color #D2067C: hue angle of 325.29º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D2067C is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 6 124 -
CMYK 0 0.97 0.41 0.18
HSL 325.29º 0.94% 0.42% -
HSV(B) 325.29º 0.97% 0.82% -
XYZ 30.28 15.29 20.42 -
YUV 80.45 152.59 220.41 -
System Red Green Blue C M Y K H S L
Decimal 210 6 124 0 0.97 0.41 0.18 325.29 0.94 0.42
Hex D2 6 7C 0 61 29 12 145 5E 2A
Octal 322 6 174 0 141 51 22 505 136 52
Binary 11010010 110 1111100 0 1100001 101001 10010 101000101 1011110 101010

Color Harmonies of #D2067C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2067C

Black with #D2067C

Text Example


Text Example

White with #D2067C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2067C; }

 p { color: rgb(210,6,124); }

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

background-color css

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

 a { background-color: rgb(210,6,124); }

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

border-color css

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

 span { border-color: rgb(210,6,124); }

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