Html Css Color HEX #D140A7 Mulberry

📋 copy color: '#D140A7'

red 209 ◦ green 64 ◦ blue 167

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

Shades of Mulberry #D140A7

Tints of Mulberry #D140A7

RGB

 RED value IS 209 (82.03% from 255) = 47.5%

 GREEN value IS 64 (25.39% from 255) = 14.55%

 BLUE value IS 167 (65.63% from 255) = 37.95%

R = 47.5%
G = 14.55%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D140A7 (or 0xD140A7) is known color: Mulberry. HEX triplet: D1, 40 and A7. RGB value is (209,64,167). Sum of RGB (Red+Green+Blue) = 209+64+167=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 64 (25.39% from 255 or 14.55% from 440); Blue value is 167 (65.62% from 255 or 37.95% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D140A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D140A7 is #2EBF58. Grayscale: #767676. Windows color (decimal): -3063641 or 10961105. OLE color: 10961105.

HSL color Cylindrical-coordinate representation of color #D140A7: hue angle of 317.38º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D140A7 is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 64 167 -
CMYK 0 0.69 0.20 0.18
HSL 317.38º 0.61% 0.54% -
HSV(B) 317.38º 0.69% 0.82% -
XYZ 35.1 20.01 38.57 -
YUV 119.1 155.04 192.12 -
System Red Green Blue C M Y K H S L
Decimal 209 64 167 0 0.69 0.20 0.18 317.38 0.61 0.54
Hex D1 40 A7 0 45 14 12 13D 3D 36
Octal 321 100 247 0 105 24 22 475 75 66
Binary 11010001 1000000 10100111 0 1000101 10100 10010 100111101 111101 110110

Color Harmonies of #D140A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D140A7

Black with #D140A7

Text Example


Text Example

White with #D140A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D140A7; }

 p { color: rgb(209,64,167); }

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

background-color css

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

 a { background-color: rgb(209,64,167); }

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

border-color css

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

 span { border-color: rgb(209,64,167); }

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