Html Css Color HEX #D658A0 Mulberry

📋 copy color: '#D658A0'

red 214 ◦ green 88 ◦ blue 160

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

Shades of Mulberry #D658A0

Tints of Mulberry #D658A0

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.05%

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

R = 46.32%
G = 19.05%
B = 34.63%

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

#D658A0 (or 0xD658A0) is known color: Mulberry. HEX triplet: D6, 58 and A0. RGB value is (214,88,160). Sum of RGB (Red+Green+Blue) = 214+88+160=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 160 (62.89% from 255 or 34.63% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D658A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D658A0 is #29A75F. Grayscale: #858585. Windows color (decimal): -2729824 or 10508502. OLE color: 10508502.

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

Color convert

RGB 214 88 160 -
CMYK 0 0.59 0.25 0.16
HSL 325.71º 0.61% 0.59% -
HSV(B) 325.71º 0.59% 0.84% -
XYZ 37.57 23.81 35.87 -
YUV 133.88 142.74 185.15 -
System Red Green Blue C M Y K H S L
Decimal 214 88 160 0 0.59 0.25 0.16 325.71 0.61 0.59
Hex D6 58 A0 0 3B 19 10 146 3D 3B
Octal 326 130 240 0 73 31 20 506 75 73
Binary 11010110 1011000 10100000 0 111011 11001 10000 101000110 111101 111011

Color Harmonies of #D658A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D658A0

Black with #D658A0

Text Example


Text Example

White with #D658A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D658A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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