Html Css Color HEX #D2067F Medium Violet Red

📋 copy color: '#D2067F'

red 210 ◦ green 6 ◦ blue 127

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

Shades of Medium Violet Red #D2067F

Tints of Medium Violet Red #D2067F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.03%

R = 61.22%
G = 1.75%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D2067F (or 0xD2067F) is known color: Medium Violet Red. HEX triplet: D2, 06 and 7F. RGB value is (210,6,127). Sum of RGB (Red+Green+Blue) = 210+6+127=343 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.22% from 343); Green value is 6 (2.73% from 255 or 1.75% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 210 - color contains mainly: red. Hex color #D2067F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2067F is #2DF980. Grayscale: #505050. Windows color (decimal): -3012993 or 8324818. OLE color: 8324818.

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

Color convert

RGB 210 6 127 -
CMYK 0 0.97 0.40 0.18
HSL 324.41º 0.94% 0.42% -
HSV(B) 324.41º 0.97% 0.82% -
XYZ 30.47 15.36 21.44 -
YUV 80.79 154.09 220.16 -
System Red Green Blue C M Y K H S L
Decimal 210 6 127 0 0.97 0.40 0.18 324.41 0.94 0.42
Hex D2 6 7F 0 61 28 12 144 5E 2A
Octal 322 6 177 0 141 50 22 504 136 52
Binary 11010010 110 1111111 0 1100001 101000 10010 101000100 1011110 101010

Color Harmonies of #D2067F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2067F

Black with #D2067F

Text Example


Text Example

White with #D2067F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2067F; }

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

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

background-color css

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

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

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

border-color css

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

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

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