Html Css Color HEX #D61883 Medium Violet Red

📋 copy color: '#D61883'

red 214 ◦ green 24 ◦ blue 131

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

Shades of Medium Violet Red #D61883

Tints of Medium Violet Red #D61883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.5%

R = 57.99%
G = 6.5%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D61883 (or 0xD61883) is known color: Medium Violet Red. HEX triplet: D6, 18 and 83. RGB value is (214,24,131). Sum of RGB (Red+Green+Blue) = 214+24+131=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 24 (9.77% from 255 or 6.50% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D61883 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61883 is #29E77C. Grayscale: #5C5C5C. Windows color (decimal): -2746237 or 8591574. OLE color: 8591574.

HSL color Cylindrical-coordinate representation of color #D61883: hue angle of 326.21º 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 #D61883 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 24 131 -
CMYK 0 0.89 0.39 0.16
HSL 326.21º 0.8% 0.47% -
HSV(B) 326.21º 0.89% 0.84% -
XYZ 32.15 16.59 22.98 -
YUV 93.01 149.45 214.3 -
System Red Green Blue C M Y K H S L
Decimal 214 24 131 0 0.89 0.39 0.16 326.21 0.8 0.47
Hex D6 18 83 0 59 27 10 146 50 2F
Octal 326 30 203 0 131 47 20 506 120 57
Binary 11010110 11000 10000011 0 1011001 100111 10000 101000110 1010000 101111

Color Harmonies of #D61883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61883

Black with #D61883

Text Example


Text Example

White with #D61883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61883; }

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

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

background-color css

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

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

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

border-color css

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

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

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