Html Css Color HEX #D2168B Medium Violet Red

📋 copy color: '#D2168B'

red 210 ◦ green 22 ◦ blue 139

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

Shades of Medium Violet Red #D2168B

Tints of Medium Violet Red #D2168B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.47%

R = 56.6%
G = 5.93%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D2168B (or 0xD2168B) is known color: Medium Violet Red. HEX triplet: D2, 16 and 8B. RGB value is (210,22,139). Sum of RGB (Red+Green+Blue) = 210+22+139=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 22 (8.98% from 255 or 5.93% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D2168B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2168B is #2DE974. Grayscale: #5B5B5B. Windows color (decimal): -3008885 or 9115346. OLE color: 9115346.

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

Color convert

RGB 210 22 139 -
CMYK 0 0.90 0.34 0.18
HSL 322.66º 0.81% 0.45% -
HSV(B) 322.66º 0.9% 0.82% -
XYZ 31.53 16.14 25.88 -
YUV 91.55 154.78 212.49 -
System Red Green Blue C M Y K H S L
Decimal 210 22 139 0 0.90 0.34 0.18 322.66 0.81 0.45
Hex D2 16 8B 0 5A 22 12 143 51 2D
Octal 322 26 213 0 132 42 22 503 121 55
Binary 11010010 10110 10001011 0 1011010 100010 10010 101000011 1010001 101101

Color Harmonies of #D2168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2168B

Black with #D2168B

Text Example


Text Example

White with #D2168B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2168B; }

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

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

background-color css

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

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

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

border-color css

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

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

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