Html Css Color HEX #D648AB Mulberry

📋 copy color: '#D648AB'

red 214 ◦ green 72 ◦ blue 171

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

Shades of Mulberry #D648AB

Tints of Mulberry #D648AB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.75%

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

R = 46.83%
G = 15.75%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D648AB (or 0xD648AB) is known color: Mulberry. HEX triplet: D6, 48 and AB. RGB value is (214,72,171). Sum of RGB (Red+Green+Blue) = 214+72+171=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 72 (28.52% from 255 or 15.75% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D648AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D648AB is #29B754. Grayscale: #7D7D7D. Windows color (decimal): -2733909 or 11225302. OLE color: 11225302.

HSL color Cylindrical-coordinate representation of color #D648AB: hue angle of 318.17º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D648AB is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 72 171 -
CMYK 0 0.66 0.20 0.16
HSL 318.17º 0.63% 0.56% -
HSV(B) 318.17º 0.66% 0.84% -
XYZ 37.4 21.87 40.78 -
YUV 125.74 153.54 190.95 -
System Red Green Blue C M Y K H S L
Decimal 214 72 171 0 0.66 0.20 0.16 318.17 0.63 0.56
Hex D6 48 AB 0 42 14 10 13E 3F 38
Octal 326 110 253 0 102 24 20 476 77 70
Binary 11010110 1001000 10101011 0 1000010 10100 10000 100111110 111111 111000

Color Harmonies of #D648AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D648AB

Black with #D648AB

Text Example


Text Example

White with #D648AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D648AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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