Html Css Color HEX #D642A8 Mulberry

📋 copy color: '#D642A8'

red 214 ◦ green 66 ◦ blue 168

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

Shades of Mulberry #D642A8

Tints of Mulberry #D642A8

RGB

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

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

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

R = 47.77%
G = 14.73%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D642A8 (or 0xD642A8) is known color: Mulberry. HEX triplet: D6, 42 and A8. RGB value is (214,66,168). Sum of RGB (Red+Green+Blue) = 214+66+168=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 66 (26.17% from 255 or 14.73% from 448); Blue value is 168 (66.02% from 255 or 37.5% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D642A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D642A8 is #29BD57. Grayscale: #797979. Windows color (decimal): -2735448 or 11027158. OLE color: 11027158.

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

Color convert

RGB 214 66 168 -
CMYK 0 0.69 0.21 0.16
HSL 318.65º 0.64% 0.55% -
HSV(B) 318.65º 0.69% 0.84% -
XYZ 36.75 21.02 39.17 -
YUV 121.88 154.03 193.71 -
System Red Green Blue C M Y K H S L
Decimal 214 66 168 0 0.69 0.21 0.16 318.65 0.64 0.55
Hex D6 42 A8 0 45 15 10 13F 40 37
Octal 326 102 250 0 105 25 20 477 100 67
Binary 11010110 1000010 10101000 0 1000101 10101 10000 100111111 1000000 110111

Color Harmonies of #D642A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D642A8

Black with #D642A8

Text Example


Text Example

White with #D642A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D642A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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