Html Css Color HEX #D648A8 Mulberry

📋 copy color: '#D648A8'

red 214 ◦ green 72 ◦ blue 168

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

Shades of Mulberry #D648A8

Tints of Mulberry #D648A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 37%

R = 47.14%
G = 15.86%
B = 37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D648A8 (or 0xD648A8) is known color: Mulberry. HEX triplet: D6, 48 and A8. RGB value is (214,72,168). Sum of RGB (Red+Green+Blue) = 214+72+168=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 72 (28.52% from 255 or 15.86% from 454); Blue value is 168 (66.02% from 255 or 37.00% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D648A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D648A8 is #29B757. Grayscale: #7D7D7D. Windows color (decimal): -2733912 or 11028694. OLE color: 11028694.

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

Color convert

RGB 214 72 168 -
CMYK 0 0.66 0.21 0.16
HSL 319.44º 0.63% 0.56% -
HSV(B) 319.44º 0.66% 0.84% -
XYZ 37.12 21.76 39.29 -
YUV 125.4 152.04 191.19 -
System Red Green Blue C M Y K H S L
Decimal 214 72 168 0 0.66 0.21 0.16 319.44 0.63 0.56
Hex D6 48 A8 0 42 15 10 13F 3F 38
Octal 326 110 250 0 102 25 20 477 77 70
Binary 11010110 1001000 10101000 0 1000010 10101 10000 100111111 111111 111000

Color Harmonies of #D648A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D648A8

Black with #D648A8

Text Example


Text Example

White with #D648A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D648A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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