Html Css Color HEX #D61878 Medium Violet Red

📋 copy color: '#D61878'

red 214 ◦ green 24 ◦ blue 120

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

Shades of Medium Violet Red #D61878

Tints of Medium Violet Red #D61878

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.7%

 BLUE value IS 120 (47.27% from 255) = 33.52%

R = 59.78%
G = 6.7%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D61878 (or 0xD61878) is known color: Medium Violet Red. HEX triplet: D6, 18 and 78. RGB value is (214,24,120). Sum of RGB (Red+Green+Blue) = 214+24+120=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 24 (9.77% from 255 or 6.70% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D61878 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61878 is #29E787. Grayscale: #5B5B5B. Windows color (decimal): -2746248 or 7870678. OLE color: 7870678.

HSL color Cylindrical-coordinate representation of color #D61878: hue angle of 329.68º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D61878 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 24 120 -
CMYK 0 0.89 0.44 0.16
HSL 329.68º 0.8% 0.47% -
HSV(B) 329.68º 0.89% 0.84% -
XYZ 31.45 16.31 19.26 -
YUV 91.75 143.95 215.19 -
System Red Green Blue C M Y K H S L
Decimal 214 24 120 0 0.89 0.44 0.16 329.68 0.8 0.47
Hex D6 18 78 0 59 2C 10 14A 50 2F
Octal 326 30 170 0 131 54 20 512 120 57
Binary 11010110 11000 1111000 0 1011001 101100 10000 101001010 1010000 101111

Color Harmonies of #D61878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61878

Black with #D61878

Text Example


Text Example

White with #D61878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61878; }

 p { color: rgb(214,24,120); }

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

background-color css

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

 a { background-color: rgb(214,24,120); }

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

border-color css

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

 span { border-color: rgb(214,24,120); }

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