Html Css Color HEX #D2009B Medium Violet Red

📋 copy color: '#D2009B'

red 210 ◦ green 0 ◦ blue 155

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

Shades of Medium Violet Red #D2009B

Tints of Medium Violet Red #D2009B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 155 (60.94% from 255) = 42.47%

R = 57.53%
G = 0%
B = 42.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D2009B (or 0xD2009B) is known color: Medium Violet Red. HEX triplet: D2, 00 and 9B. RGB value is (210,0,155). Sum of RGB (Red+Green+Blue) = 210+0+155=365 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.53% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 210 - color contains mainly: red. Hex color #D2009B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2009B is #2DFF64. Grayscale: #505050. Windows color (decimal): -3014501 or 10158290. OLE color: 10158290.

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

Color convert

RGB 210 0 155 -
CMYK 0 1 0.26 0.18
HSL 315.71º 1% 0.41% -
HSV(B) 315.71º 1% 0.82% -
XYZ 32.49 16.07 32.4 -
YUV 80.46 170.07 220.4 -
System Red Green Blue C M Y K H S L
Decimal 210 0 155 0 1 0.26 0.18 315.71 1 0.41
Hex D2 0 9B 0 64 1A 12 13C 64 29
Octal 322 0 233 0 144 32 22 474 144 51
Binary 11010010 0 10011011 0 1100100 11010 10010 100111100 1100100 101001

Color Harmonies of #D2009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2009B

Black with #D2009B

Text Example


Text Example

White with #D2009B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2009B; }

 p { color: rgb(210,0,155); }

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

background-color css

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

 a { background-color: rgb(210,0,155); }

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

border-color css

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

 span { border-color: rgb(210,0,155); }

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