Html Css Color HEX #D742A6 Mulberry

📋 copy color: '#D742A6'

red 215 ◦ green 66 ◦ blue 166

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

Shades of Mulberry #D742A6

Tints of Mulberry #D742A6

RGB

 RED value IS 215 (84.38% from 255) = 48.1%

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

 BLUE value IS 166 (65.23% from 255) = 37.14%

R = 48.1%
G = 14.77%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D742A6 (or 0xD742A6) is known color: Mulberry. HEX triplet: D7, 42 and A6. RGB value is (215,66,166). Sum of RGB (Red+Green+Blue) = 215+66+166=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 66 (26.17% from 255 or 14.77% from 447); Blue value is 166 (65.23% from 255 or 37.14% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D742A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D742A6 is #28BD59. Grayscale: #797979. Windows color (decimal): -2669914 or 10896087. OLE color: 10896087.

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

Color convert

RGB 215 66 166 -
CMYK 0 0.69 0.23 0.16
HSL 319.73º 0.65% 0.55% -
HSV(B) 319.73º 0.69% 0.84% -
XYZ 36.86 21.1 38.21 -
YUV 121.95 152.86 194.37 -
System Red Green Blue C M Y K H S L
Decimal 215 66 166 0 0.69 0.23 0.16 319.73 0.65 0.55
Hex D7 42 A6 0 45 17 10 140 41 37
Octal 327 102 246 0 105 27 20 500 101 67
Binary 11010111 1000010 10100110 0 1000101 10111 10000 101000000 1000001 110111

Color Harmonies of #D742A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D742A6

Black with #D742A6

Text Example


Text Example

White with #D742A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D742A6; }

 p { color: rgb(215,66,166); }

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

background-color css

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

 a { background-color: rgb(215,66,166); }

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

border-color css

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

 span { border-color: rgb(215,66,166); }

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