Html Css Color HEX #D74A8D Mulberry

📋 copy color: '#D74A8D'

red 215 ◦ green 74 ◦ blue 141

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

Shades of Mulberry #D74A8D

Tints of Mulberry #D74A8D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.21%

 BLUE value IS 141 (55.47% from 255) = 32.79%

R = 50%
G = 17.21%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D74A8D (or 0xD74A8D) is known color: Mulberry. HEX triplet: D7, 4A and 8D. RGB value is (215,74,141). Sum of RGB (Red+Green+Blue) = 215+74+141=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 74 (29.30% from 255 or 17.21% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74A8D is #28B572. Grayscale: #7B7B7B. Windows color (decimal): -2667891 or 9259735. OLE color: 9259735.

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

Color convert

RGB 215 74 141 -
CMYK 0 0.66 0.34 0.16
HSL 331.49º 0.64% 0.57% -
HSV(B) 331.49º 0.66% 0.84% -
XYZ 35.28 21.27 27.44 -
YUV 123.8 137.71 193.05 -
System Red Green Blue C M Y K H S L
Decimal 215 74 141 0 0.66 0.34 0.16 331.49 0.64 0.57
Hex D7 4A 8D 0 42 22 10 14B 40 39
Octal 327 112 215 0 102 42 20 513 100 71
Binary 11010111 1001010 10001101 0 1000010 100010 10000 101001011 1000000 111001

Color Harmonies of #D74A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74A8D

Black with #D74A8D

Text Example


Text Example

White with #D74A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74A8D; }

 p { color: rgb(215,74,141); }

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

background-color css

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

 a { background-color: rgb(215,74,141); }

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

border-color css

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

 span { border-color: rgb(215,74,141); }

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