Html Css Color HEX #D0217B Medium Violet Red

📋 copy color: '#D0217B'

red 208 ◦ green 33 ◦ blue 123

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

Shades of Medium Violet Red #D0217B

Tints of Medium Violet Red #D0217B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.07%

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

R = 57.14%
G = 9.07%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0217B (or 0xD0217B) is known color: Medium Violet Red. HEX triplet: D0, 21 and 7B. RGB value is (208,33,123). Sum of RGB (Red+Green+Blue) = 208+33+123=364 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.14% from 364); Green value is 33 (13.28% from 255 or 9.07% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 208 - color contains mainly: red. Hex color #D0217B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0217B is #2FDE84. Grayscale: #5F5F5F. Windows color (decimal): -3137157 or 8069584. OLE color: 8069584.

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

Color convert

RGB 208 33 123 -
CMYK 0 0.84 0.41 0.18
HSL 329.14º 0.73% 0.47% -
HSV(B) 329.14º 0.84% 0.82% -
XYZ 30.13 15.93 20.23 -
YUV 95.59 143.48 208.18 -
System Red Green Blue C M Y K H S L
Decimal 208 33 123 0 0.84 0.41 0.18 329.14 0.73 0.47
Hex D0 21 7B 0 54 29 12 149 49 2F
Octal 320 41 173 0 124 51 22 511 111 57
Binary 11010000 100001 1111011 0 1010100 101001 10010 101001001 1001001 101111

Color Harmonies of #D0217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0217B

Black with #D0217B

Text Example


Text Example

White with #D0217B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0217B; }

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

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

background-color css

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

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

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

border-color css

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

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

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