Html Css Color HEX #D2067A Medium Violet Red

📋 copy color: '#D2067A'

red 210 ◦ green 6 ◦ blue 122

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

Shades of Medium Violet Red #D2067A

Tints of Medium Violet Red #D2067A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.09%

R = 62.13%
G = 1.78%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D2067A (or 0xD2067A) is known color: Medium Violet Red. HEX triplet: D2, 06 and 7A. RGB value is (210,6,122). Sum of RGB (Red+Green+Blue) = 210+6+122=338 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.13% from 338); Green value is 6 (2.73% from 255 or 1.78% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 210 - color contains mainly: red. Hex color #D2067A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2067A is #2DF985. Grayscale: #4F4F4F. Windows color (decimal): -3012998 or 7997138. OLE color: 7997138.

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

Color convert

RGB 210 6 122 -
CMYK 0 0.97 0.42 0.18
HSL 325.88º 0.94% 0.42% -
HSV(B) 325.88º 0.97% 0.82% -
XYZ 30.16 15.24 19.76 -
YUV 80.22 151.59 220.57 -
System Red Green Blue C M Y K H S L
Decimal 210 6 122 0 0.97 0.42 0.18 325.88 0.94 0.42
Hex D2 6 7A 0 61 2A 12 146 5E 2A
Octal 322 6 172 0 141 52 22 506 136 52
Binary 11010010 110 1111010 0 1100001 101010 10010 101000110 1011110 101010

Color Harmonies of #D2067A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2067A

Black with #D2067A

Text Example


Text Example

White with #D2067A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2067A; }

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

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

background-color css

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

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

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

border-color css

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

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

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