Html Css Color HEX #D74EA2 Mulberry

📋 copy color: '#D74EA2'

red 215 ◦ green 78 ◦ blue 162

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

Shades of Mulberry #D74EA2

Tints of Mulberry #D74EA2

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.14%

 BLUE value IS 162 (63.67% from 255) = 35.6%

R = 47.25%
G = 17.14%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D74EA2 (or 0xD74EA2) is known color: Mulberry. HEX triplet: D7, 4E and A2. RGB value is (215,78,162). Sum of RGB (Red+Green+Blue) = 215+78+162=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 78 (30.86% from 255 or 17.14% from 455); Blue value is 162 (63.67% from 255 or 35.60% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D74EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74EA2 is #28B15D. Grayscale: #808080. Windows color (decimal): -2666846 or 10637015. OLE color: 10637015.

HSL color Cylindrical-coordinate representation of color #D74EA2: hue angle of 323.21º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D74EA2 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 78 162 -
CMYK 0 0.64 0.25 0.16
HSL 323.21º 0.63% 0.57% -
HSV(B) 323.21º 0.64% 0.84% -
XYZ 37.27 22.5 36.56 -
YUV 128.54 146.89 189.67 -
System Red Green Blue C M Y K H S L
Decimal 215 78 162 0 0.64 0.25 0.16 323.21 0.63 0.57
Hex D7 4E A2 0 40 19 10 143 3F 39
Octal 327 116 242 0 100 31 20 503 77 71
Binary 11010111 1001110 10100010 0 1000000 11001 10000 101000011 111111 111001

Color Harmonies of #D74EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74EA2

Black with #D74EA2

Text Example


Text Example

White with #D74EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74EA2; }

 p { color: rgb(215,78,162); }

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

background-color css

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

 a { background-color: rgb(215,78,162); }

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

border-color css

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

 span { border-color: rgb(215,78,162); }

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