Html Css Color HEX #D60383 Medium Violet Red

📋 copy color: '#D60383'

red 214 ◦ green 3 ◦ blue 131

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

Shades of Medium Violet Red #D60383

Tints of Medium Violet Red #D60383

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.86%

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

R = 61.49%
G = 0.86%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D60383 (or 0xD60383) is known color: Medium Violet Red. HEX triplet: D6, 03 and 83. RGB value is (214,3,131). Sum of RGB (Red+Green+Blue) = 214+3+131=348 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.49% from 348); Green value is 3 (1.56% from 255 or 0.86% from 348); Blue value is 131 (51.56% from 255 or 37.64% from 348); Max value from RGB is 214 - color contains mainly: red. Hex color #D60383 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60383 is #29FC7C. Grayscale: #505050. Windows color (decimal): -2751613 or 8586198. OLE color: 8586198.

HSL color Cylindrical-coordinate representation of color #D60383: hue angle of 323.6º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D60383 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 3 131 -
CMYK 0 0.99 0.39 0.16
HSL 323.6º 0.97% 0.43% -
HSV(B) 323.6º 0.99% 0.84% -
XYZ 31.86 16 22.88 -
YUV 80.68 156.4 223.09 -
System Red Green Blue C M Y K H S L
Decimal 214 3 131 0 0.99 0.39 0.16 323.6 0.97 0.43
Hex D6 3 83 0 63 27 10 144 61 2B
Octal 326 3 203 0 143 47 20 504 141 53
Binary 11010110 11 10000011 0 1100011 100111 10000 101000100 1100001 101011

Color Harmonies of #D60383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60383

Black with #D60383

Text Example


Text Example

White with #D60383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60383; }

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

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

background-color css

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

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

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

border-color css

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

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

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