Html Css Color HEX #D742A0 Mulberry

📋 copy color: '#D742A0'

red 215 ◦ green 66 ◦ blue 160

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

Shades of Mulberry #D742A0

Tints of Mulberry #D742A0

RGB

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

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

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

R = 48.75%
G = 14.97%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D742A0 (or 0xD742A0) is known color: Mulberry. HEX triplet: D7, 42 and A0. RGB value is (215,66,160). Sum of RGB (Red+Green+Blue) = 215+66+160=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 66 (26.17% from 255 or 14.97% from 441); Blue value is 160 (62.89% from 255 or 36.28% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D742A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D742A0 is #28BD5F. Grayscale: #797979. Windows color (decimal): -2669920 or 10502871. OLE color: 10502871.

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

Color convert

RGB 215 66 160 -
CMYK 0 0.69 0.26 0.16
HSL 322.15º 0.65% 0.55% -
HSV(B) 322.15º 0.69% 0.84% -
XYZ 36.32 20.88 35.37 -
YUV 121.27 149.86 194.86 -
System Red Green Blue C M Y K H S L
Decimal 215 66 160 0 0.69 0.26 0.16 322.15 0.65 0.55
Hex D7 42 A0 0 45 1A 10 142 41 37
Octal 327 102 240 0 105 32 20 502 101 67
Binary 11010111 1000010 10100000 0 1000101 11010 10000 101000010 1000001 110111

Color Harmonies of #D742A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D742A0

Black with #D742A0

Text Example


Text Example

White with #D742A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D742A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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