Html Css Color HEX #D21688 Medium Violet Red

📋 copy color: '#D21688'

red 210 ◦ green 22 ◦ blue 136

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

Shades of Medium Violet Red #D21688

Tints of Medium Violet Red #D21688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.96%

R = 57.07%
G = 5.98%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D21688 (or 0xD21688) is known color: Medium Violet Red. HEX triplet: D2, 16 and 88. RGB value is (210,22,136). Sum of RGB (Red+Green+Blue) = 210+22+136=368 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.07% from 368); Green value is 22 (8.98% from 255 or 5.98% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 210 - color contains mainly: red. Hex color #D21688 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21688 is #2DE977. Grayscale: #5A5A5A. Windows color (decimal): -3008888 or 8918738. OLE color: 8918738.

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

Color convert

RGB 210 22 136 -
CMYK 0 0.90 0.35 0.18
HSL 323.62º 0.81% 0.45% -
HSV(B) 323.62º 0.9% 0.82% -
XYZ 31.31 16.05 24.74 -
YUV 91.21 153.28 212.73 -
System Red Green Blue C M Y K H S L
Decimal 210 22 136 0 0.90 0.35 0.18 323.62 0.81 0.45
Hex D2 16 88 0 5A 23 12 144 51 2D
Octal 322 26 210 0 132 43 22 504 121 55
Binary 11010010 10110 10001000 0 1011010 100011 10010 101000100 1010001 101101

Color Harmonies of #D21688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21688

Black with #D21688

Text Example


Text Example

White with #D21688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21688; }

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

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

background-color css

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

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

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

border-color css

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

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

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