Html Css Color HEX #D648A0 Mulberry

📋 copy color: '#D648A0'

red 214 ◦ green 72 ◦ blue 160

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

Shades of Mulberry #D648A0

Tints of Mulberry #D648A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 35.87%

R = 47.98%
G = 16.14%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D648A0 (or 0xD648A0) is known color: Mulberry. HEX triplet: D6, 48 and A0. RGB value is (214,72,160). Sum of RGB (Red+Green+Blue) = 214+72+160=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 72 (28.52% from 255 or 16.14% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D648A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D648A0 is #29B75F. Grayscale: #7C7C7C. Windows color (decimal): -2733920 or 10504406. OLE color: 10504406.

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

Color convert

RGB 214 72 160 -
CMYK 0 0.66 0.25 0.16
HSL 322.82º 0.63% 0.56% -
HSV(B) 322.82º 0.66% 0.84% -
XYZ 36.39 21.47 35.48 -
YUV 124.49 148.04 191.84 -
System Red Green Blue C M Y K H S L
Decimal 214 72 160 0 0.66 0.25 0.16 322.82 0.63 0.56
Hex D6 48 A0 0 42 19 10 143 3F 38
Octal 326 110 240 0 102 31 20 503 77 70
Binary 11010110 1001000 10100000 0 1000010 11001 10000 101000011 111111 111000

Color Harmonies of #D648A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D648A0

Black with #D648A0

Text Example


Text Example

White with #D648A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D648A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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