Html Css Color HEX #D742AD Mulberry

📋 copy color: '#D742AD'

red 215 ◦ green 66 ◦ blue 173

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

Shades of Mulberry #D742AD

Tints of Mulberry #D742AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.11%

R = 47.36%
G = 14.54%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D742AD (or 0xD742AD) is known color: Mulberry. HEX triplet: D7, 42 and AD. RGB value is (215,66,173). Sum of RGB (Red+Green+Blue) = 215+66+173=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 66 (26.17% from 255 or 14.54% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D742AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D742AD is #28BD52. Grayscale: #7A7A7A. Windows color (decimal): -2669907 or 11354839. OLE color: 11354839.

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

Color convert

RGB 215 66 173 -
CMYK 0 0.69 0.20 0.16
HSL 316.91º 0.65% 0.55% -
HSV(B) 316.91º 0.69% 0.84% -
XYZ 37.52 21.36 41.68 -
YUV 122.75 156.36 193.8 -
System Red Green Blue C M Y K H S L
Decimal 215 66 173 0 0.69 0.20 0.16 316.91 0.65 0.55
Hex D7 42 AD 0 45 14 10 13D 41 37
Octal 327 102 255 0 105 24 20 475 101 67
Binary 11010111 1000010 10101101 0 1000101 10100 10000 100111101 1000001 110111

Color Harmonies of #D742AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D742AD

Black with #D742AD

Text Example


Text Example

White with #D742AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D742AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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