Html Css Color HEX #D21675 Medium Violet Red

📋 copy color: '#D21675'

red 210 ◦ green 22 ◦ blue 117

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

Shades of Medium Violet Red #D21675

Tints of Medium Violet Red #D21675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.52%

R = 60.17%
G = 6.3%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D21675 (or 0xD21675) is known color: Medium Violet Red. HEX triplet: D2, 16 and 75. RGB value is (210,22,117). Sum of RGB (Red+Green+Blue) = 210+22+117=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 22 (8.98% from 255 or 6.30% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D21675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21675 is #2DE98A. Grayscale: #585858. Windows color (decimal): -3008907 or 7673554. OLE color: 7673554.

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

Color convert

RGB 210 22 117 -
CMYK 0 0.90 0.44 0.18
HSL 329.68º 0.81% 0.45% -
HSV(B) 329.68º 0.9% 0.82% -
XYZ 30.08 15.56 18.25 -
YUV 89.04 143.78 214.28 -
System Red Green Blue C M Y K H S L
Decimal 210 22 117 0 0.90 0.44 0.18 329.68 0.81 0.45
Hex D2 16 75 0 5A 2C 12 14A 51 2D
Octal 322 26 165 0 132 54 22 512 121 55
Binary 11010010 10110 1110101 0 1011010 101100 10010 101001010 1010001 101101

Color Harmonies of #D21675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21675

Black with #D21675

Text Example


Text Example

White with #D21675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21675; }

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

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

background-color css

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

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

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

border-color css

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

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

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