Html Css Color HEX #D642AB Mulberry

📋 copy color: '#D642AB'

red 214 ◦ green 66 ◦ blue 171

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

Shades of Mulberry #D642AB

Tints of Mulberry #D642AB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.63%

 BLUE value IS 171 (67.19% from 255) = 37.92%

R = 47.45%
G = 14.63%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D642AB (or 0xD642AB) is known color: Mulberry. HEX triplet: D6, 42 and AB. RGB value is (214,66,171). Sum of RGB (Red+Green+Blue) = 214+66+171=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 66 (26.17% from 255 or 14.63% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D642AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D642AB is #29BD54. Grayscale: #797979. Windows color (decimal): -2735445 or 11223766. OLE color: 11223766.

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

Color convert

RGB 214 66 171 -
CMYK 0 0.69 0.20 0.16
HSL 317.43º 0.64% 0.55% -
HSV(B) 317.43º 0.69% 0.84% -
XYZ 37.03 21.13 40.66 -
YUV 122.22 155.53 193.46 -
System Red Green Blue C M Y K H S L
Decimal 214 66 171 0 0.69 0.20 0.16 317.43 0.64 0.55
Hex D6 42 AB 0 45 14 10 13D 40 37
Octal 326 102 253 0 105 24 20 475 100 67
Binary 11010110 1000010 10101011 0 1000101 10100 10000 100111101 1000000 110111

Color Harmonies of #D642AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D642AB

Black with #D642AB

Text Example


Text Example

White with #D642AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D642AB; }

 p { color: rgb(214,66,171); }

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

background-color css

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

 a { background-color: rgb(214,66,171); }

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

border-color css

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

 span { border-color: rgb(214,66,171); }

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