Html Css Color HEX #D2168D Medium Violet Red

📋 copy color: '#D2168D'

red 210 ◦ green 22 ◦ blue 141

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

Shades of Medium Violet Red #D2168D

Tints of Medium Violet Red #D2168D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.9%

 BLUE value IS 141 (55.47% from 255) = 37.8%

R = 56.3%
G = 5.9%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D2168D (or 0xD2168D) is known color: Medium Violet Red. HEX triplet: D2, 16 and 8D. RGB value is (210,22,141). Sum of RGB (Red+Green+Blue) = 210+22+141=373 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.30% from 373); Green value is 22 (8.98% from 255 or 5.90% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 210 - color contains mainly: red. Hex color #D2168D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2168D is #2DE972. Grayscale: #5B5B5B. Windows color (decimal): -3008883 or 9246418. OLE color: 9246418.

HSL color Cylindrical-coordinate representation of color #D2168D: hue angle of 322.02º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D2168D is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 22 141 -
CMYK 0 0.90 0.33 0.18
HSL 322.02º 0.81% 0.45% -
HSV(B) 322.02º 0.9% 0.82% -
XYZ 31.67 16.2 26.66 -
YUV 91.78 155.78 212.32 -
System Red Green Blue C M Y K H S L
Decimal 210 22 141 0 0.90 0.33 0.18 322.02 0.81 0.45
Hex D2 16 8D 0 5A 21 12 142 51 2D
Octal 322 26 215 0 132 41 22 502 121 55
Binary 11010010 10110 10001101 0 1011010 100001 10010 101000010 1010001 101101

Color Harmonies of #D2168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2168D

Black with #D2168D

Text Example


Text Example

White with #D2168D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2168D; }

 p { color: rgb(210,22,141); }

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

background-color css

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

 a { background-color: rgb(210,22,141); }

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

border-color css

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

 span { border-color: rgb(210,22,141); }

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