Html Css Color HEX #D3067D Medium Violet Red

📋 copy color: '#D3067D'

red 211 ◦ green 6 ◦ blue 125

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

Shades of Medium Violet Red #D3067D

Tints of Medium Violet Red #D3067D

RGB

 RED value IS 211 (82.81% from 255) = 61.7%

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

 BLUE value IS 125 (49.22% from 255) = 36.55%

R = 61.7%
G = 1.75%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D3067D (or 0xD3067D) is known color: Medium Violet Red. HEX triplet: D3, 06 and 7D. RGB value is (211,6,125). Sum of RGB (Red+Green+Blue) = 211+6+125=342 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.70% from 342); Green value is 6 (2.73% from 255 or 1.75% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 211 - color contains mainly: red. Hex color #D3067D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3067D is #2CF982. Grayscale: #505050. Windows color (decimal): -2947459 or 8193747. OLE color: 8193747.

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

Color convert

RGB 211 6 125 -
CMYK 0 0.97 0.41 0.17
HSL 325.17º 0.94% 0.43% -
HSV(B) 325.17º 0.97% 0.83% -
XYZ 30.63 15.46 20.77 -
YUV 80.86 152.92 220.82 -
System Red Green Blue C M Y K H S L
Decimal 211 6 125 0 0.97 0.41 0.17 325.17 0.94 0.43
Hex D3 6 7D 0 61 29 11 145 5E 2B
Octal 323 6 175 0 141 51 21 505 136 53
Binary 11010011 110 1111101 0 1100001 101001 10001 101000101 1011110 101011

Color Harmonies of #D3067D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3067D

Black with #D3067D

Text Example


Text Example

White with #D3067D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3067D; }

 p { color: rgb(211,6,125); }

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

background-color css

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

 a { background-color: rgb(211,6,125); }

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

border-color css

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

 span { border-color: rgb(211,6,125); }

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