Html Css Color HEX #D658AA Mulberry

📋 copy color: '#D658AA'

red 214 ◦ green 88 ◦ blue 170

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

Shades of Mulberry #D658AA

Tints of Mulberry #D658AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.02%

R = 45.34%
G = 18.64%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D658AA (or 0xD658AA) is known color: Mulberry. HEX triplet: D6, 58 and AA. RGB value is (214,88,170). Sum of RGB (Red+Green+Blue) = 214+88+170=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 88 (34.77% from 255 or 18.64% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D658AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D658AA is #29A755. Grayscale: #868686. Windows color (decimal): -2729814 or 11163862. OLE color: 11163862.

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

Color convert

RGB 214 88 170 -
CMYK 0 0.59 0.21 0.16
HSL 320.95º 0.61% 0.59% -
HSV(B) 320.95º 0.59% 0.84% -
XYZ 38.48 24.18 40.67 -
YUV 135.02 147.74 184.33 -
System Red Green Blue C M Y K H S L
Decimal 214 88 170 0 0.59 0.21 0.16 320.95 0.61 0.59
Hex D6 58 AA 0 3B 15 10 141 3D 3B
Octal 326 130 252 0 73 25 20 501 75 73
Binary 11010110 1011000 10101010 0 111011 10101 10000 101000001 111101 111011

Color Harmonies of #D658AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D658AA

Black with #D658AA

Text Example


Text Example

White with #D658AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D658AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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