Html Css Color HEX #D643A4 Mulberry

📋 copy color: '#D643A4'

red 214 ◦ green 67 ◦ blue 164

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

Shades of Mulberry #D643A4

Tints of Mulberry #D643A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 36.85%

R = 48.09%
G = 15.06%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D643A4 (or 0xD643A4) is known color: Mulberry. HEX triplet: D6, 43 and A4. RGB value is (214,67,164). Sum of RGB (Red+Green+Blue) = 214+67+164=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 67 (26.56% from 255 or 15.06% from 445); Blue value is 164 (64.45% from 255 or 36.85% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D643A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D643A4 is #29BC5B. Grayscale: #797979. Windows color (decimal): -2735196 or 10765270. OLE color: 10765270.

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

Color convert

RGB 214 67 164 -
CMYK 0 0.69 0.23 0.16
HSL 320.41º 0.64% 0.55% -
HSV(B) 320.41º 0.69% 0.84% -
XYZ 36.44 20.99 37.25 -
YUV 122.01 151.7 193.61 -
System Red Green Blue C M Y K H S L
Decimal 214 67 164 0 0.69 0.23 0.16 320.41 0.64 0.55
Hex D6 43 A4 0 45 17 10 140 40 37
Octal 326 103 244 0 105 27 20 500 100 67
Binary 11010110 1000011 10100100 0 1000101 10111 10000 101000000 1000000 110111

Color Harmonies of #D643A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D643A4

Black with #D643A4

Text Example


Text Example

White with #D643A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D643A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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