Html Css Color HEX #D60B7A Medium Violet Red

📋 copy color: '#D60B7A'

red 214 ◦ green 11 ◦ blue 122

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

Shades of Medium Violet Red #D60B7A

Tints of Medium Violet Red #D60B7A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.17%

 BLUE value IS 122 (48.05% from 255) = 35.16%

R = 61.67%
G = 3.17%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D60B7A (or 0xD60B7A) is known color: Medium Violet Red. HEX triplet: D6, 0B and 7A. RGB value is (214,11,122). Sum of RGB (Red+Green+Blue) = 214+11+122=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 11 (4.69% from 255 or 3.17% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60B7A is #29F485. Grayscale: #545454. Windows color (decimal): -2749574 or 7998422. OLE color: 7998422.

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

Color convert

RGB 214 11 122 -
CMYK 0 0.95 0.43 0.16
HSL 327.19º 0.9% 0.44% -
HSV(B) 327.19º 0.95% 0.84% -
XYZ 31.36 15.94 19.84 -
YUV 84.35 149.25 220.47 -
System Red Green Blue C M Y K H S L
Decimal 214 11 122 0 0.95 0.43 0.16 327.19 0.9 0.44
Hex D6 B 7A 0 5F 2B 10 147 5A 2C
Octal 326 13 172 0 137 53 20 507 132 54
Binary 11010110 1011 1111010 0 1011111 101011 10000 101000111 1011010 101100

Color Harmonies of #D60B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60B7A

Black with #D60B7A

Text Example


Text Example

White with #D60B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60B7A; }

 p { color: rgb(214,11,122); }

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

background-color css

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

 a { background-color: rgb(214,11,122); }

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

border-color css

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

 span { border-color: rgb(214,11,122); }

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