Html Css Color HEX #D657A0 Mulberry

📋 copy color: '#D657A0'

red 214 ◦ green 87 ◦ blue 160

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

Shades of Mulberry #D657A0

Tints of Mulberry #D657A0

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.87%

 BLUE value IS 160 (62.89% from 255) = 34.71%

R = 46.42%
G = 18.87%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D657A0 (or 0xD657A0) is known color: Mulberry. HEX triplet: D6, 57 and A0. RGB value is (214,87,160). Sum of RGB (Red+Green+Blue) = 214+87+160=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 87 (34.38% from 255 or 18.87% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D657A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D657A0 is #29A85F. Grayscale: #858585. Windows color (decimal): -2730080 or 10508246. OLE color: 10508246.

HSL color Cylindrical-coordinate representation of color #D657A0: hue angle of 325.51º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D657A0 is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 87 160 -
CMYK 0 0.59 0.25 0.16
HSL 325.51º 0.61% 0.59% -
HSV(B) 325.51º 0.59% 0.84% -
XYZ 37.48 23.65 35.85 -
YUV 133.3 143.08 185.56 -
System Red Green Blue C M Y K H S L
Decimal 214 87 160 0 0.59 0.25 0.16 325.51 0.61 0.59
Hex D6 57 A0 0 3B 19 10 146 3D 3B
Octal 326 127 240 0 73 31 20 506 75 73
Binary 11010110 1010111 10100000 0 111011 11001 10000 101000110 111101 111011

Color Harmonies of #D657A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D657A0

Black with #D657A0

Text Example


Text Example

White with #D657A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D657A0; }

 p { color: rgb(214,87,160); }

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

background-color css

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

 a { background-color: rgb(214,87,160); }

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

border-color css

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

 span { border-color: rgb(214,87,160); }

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