Html Css Color HEX #D61498 Medium Violet Red

📋 copy color: '#D61498'

red 214 ◦ green 20 ◦ blue 152

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

Shades of Medium Violet Red #D61498

Tints of Medium Violet Red #D61498

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.18%

 BLUE value IS 152 (59.77% from 255) = 39.38%

R = 55.44%
G = 5.18%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D61498 (or 0xD61498) is known color: Medium Violet Red. HEX triplet: D6, 14 and 98. RGB value is (214,20,152). Sum of RGB (Red+Green+Blue) = 214+20+152=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 20 (8.20% from 255 or 5.18% from 386); Blue value is 152 (59.77% from 255 or 39.38% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D61498 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61498 is #29EB67. Grayscale: #5C5C5C. Windows color (decimal): -2747240 or 9966806. OLE color: 9966806.

HSL color Cylindrical-coordinate representation of color #D61498: hue angle of 319.18º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D61498 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 20 152 -
CMYK 0 0.91 0.29 0.16
HSL 319.18º 0.83% 0.46% -
HSV(B) 319.18º 0.91% 0.84% -
XYZ 33.65 17.06 31.23 -
YUV 93.05 161.27 214.27 -
System Red Green Blue C M Y K H S L
Decimal 214 20 152 0 0.91 0.29 0.16 319.18 0.83 0.46
Hex D6 14 98 0 5B 1D 10 13F 53 2E
Octal 326 24 230 0 133 35 20 477 123 56
Binary 11010110 10100 10011000 0 1011011 11101 10000 100111111 1010011 101110

Color Harmonies of #D61498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61498

Black with #D61498

Text Example


Text Example

White with #D61498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61498; }

 p { color: rgb(214,20,152); }

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

background-color css

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

 a { background-color: rgb(214,20,152); }

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

border-color css

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

 span { border-color: rgb(214,20,152); }

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