Html Css Color HEX #D61285 Medium Violet Red

📋 copy color: '#D61285'

red 214 ◦ green 18 ◦ blue 133

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

Shades of Medium Violet Red #D61285

Tints of Medium Violet Red #D61285

RGB

 RED value IS 214 (83.98% from 255) = 58.63%

 GREEN value IS 18 (7.42% from 255) = 4.93%

 BLUE value IS 133 (52.34% from 255) = 36.44%

R = 58.63%
G = 4.93%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D61285 (or 0xD61285) is known color: Medium Violet Red. HEX triplet: D6, 12 and 85. RGB value is (214,18,133). Sum of RGB (Red+Green+Blue) = 214+18+133=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D61285 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61285 is #29ED7A. Grayscale: #595959. Windows color (decimal): -2747771 or 8721110. OLE color: 8721110.

HSL color Cylindrical-coordinate representation of color #D61285: hue angle of 324.8º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D61285 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 18 133 -
CMYK 0 0.92 0.38 0.16
HSL 324.8º 0.84% 0.45% -
HSV(B) 324.8º 0.92% 0.84% -
XYZ 32.18 16.42 23.66 -
YUV 89.71 152.43 216.65 -
System Red Green Blue C M Y K H S L
Decimal 214 18 133 0 0.92 0.38 0.16 324.8 0.84 0.45
Hex D6 12 85 0 5C 26 10 145 54 2D
Octal 326 22 205 0 134 46 20 505 124 55
Binary 11010110 10010 10000101 0 1011100 100110 10000 101000101 1010100 101101

Color Harmonies of #D61285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61285

Black with #D61285

Text Example


Text Example

White with #D61285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61285; }

 p { color: rgb(214,18,133); }

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

background-color css

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

 a { background-color: rgb(214,18,133); }

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

border-color css

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

 span { border-color: rgb(214,18,133); }

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