Html Css Color HEX #D643AA Mulberry

📋 copy color: '#D643AA'

red 214 ◦ green 67 ◦ blue 170

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

Shades of Mulberry #D643AA

Tints of Mulberry #D643AA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.86%

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

R = 47.45%
G = 14.86%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D643AA (or 0xD643AA) is known color: Mulberry. HEX triplet: D6, 43 and AA. RGB value is (214,67,170). Sum of RGB (Red+Green+Blue) = 214+67+170=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 67 (26.56% from 255 or 14.86% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D643AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D643AA is #29BC55. Grayscale: #7A7A7A. Windows color (decimal): -2735190 or 11158486. OLE color: 11158486.

HSL color Cylindrical-coordinate representation of color #D643AA: hue angle of 317.96º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D643AA is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 67 170 -
CMYK 0 0.69 0.21 0.16
HSL 317.96º 0.64% 0.55% -
HSV(B) 317.96º 0.69% 0.84% -
XYZ 36.99 21.21 40.17 -
YUV 122.7 154.7 193.12 -
System Red Green Blue C M Y K H S L
Decimal 214 67 170 0 0.69 0.21 0.16 317.96 0.64 0.55
Hex D6 43 AA 0 45 15 10 13E 40 37
Octal 326 103 252 0 105 25 20 476 100 67
Binary 11010110 1000011 10101010 0 1000101 10101 10000 100111110 1000000 110111

Color Harmonies of #D643AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D643AA

Black with #D643AA

Text Example


Text Example

White with #D643AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D643AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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