Html Css Color HEX #D0067B Medium Violet Red

📋 copy color: '#D0067B'

red 208 ◦ green 6 ◦ blue 123

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

Shades of Medium Violet Red #D0067B

Tints of Medium Violet Red #D0067B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.5%

R = 61.72%
G = 1.78%
B = 36.5%

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

#D0067B (or 0xD0067B) is known color: Medium Violet Red. HEX triplet: D0, 06 and 7B. RGB value is (208,6,123). Sum of RGB (Red+Green+Blue) = 208+6+123=337 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.72% from 337); Green value is 6 (2.73% from 255 or 1.78% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 208 - color contains mainly: red. Hex color #D0067B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0067B is #2FF984. Grayscale: #4F4F4F. Windows color (decimal): -3144069 or 8062672. OLE color: 8062672.

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

Color convert

RGB 208 6 123 -
CMYK 0 0.97 0.41 0.18
HSL 325.25º 0.94% 0.42% -
HSV(B) 325.25º 0.97% 0.82% -
XYZ 29.65 14.97 20.07 -
YUV 79.74 152.42 219.49 -
System Red Green Blue C M Y K H S L
Decimal 208 6 123 0 0.97 0.41 0.18 325.25 0.94 0.42
Hex D0 6 7B 0 61 29 12 145 5E 2A
Octal 320 6 173 0 141 51 22 505 136 52
Binary 11010000 110 1111011 0 1100001 101001 10010 101000101 1011110 101010

Color Harmonies of #D0067B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0067B

Black with #D0067B

Text Example


Text Example

White with #D0067B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0067B; }

 p { color: rgb(208,6,123); }

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

background-color css

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

 a { background-color: rgb(208,6,123); }

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

border-color css

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

 span { border-color: rgb(208,6,123); }

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