Html Css Color HEX #D74BA2 Mulberry

📋 copy color: '#D74BA2'

red 215 ◦ green 75 ◦ blue 162

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

Shades of Mulberry #D74BA2

Tints of Mulberry #D74BA2

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.59%

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

R = 47.57%
G = 16.59%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D74BA2 (or 0xD74BA2) is known color: Mulberry. HEX triplet: D7, 4B and A2. RGB value is (215,75,162). Sum of RGB (Red+Green+Blue) = 215+75+162=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 75 (29.69% from 255 or 16.59% from 452); Blue value is 162 (63.67% from 255 or 35.84% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D74BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74BA2 is #28B45D. Grayscale: #7E7E7E. Windows color (decimal): -2667614 or 10636247. OLE color: 10636247.

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

Color convert

RGB 215 75 162 -
CMYK 0 0.65 0.25 0.16
HSL 322.71º 0.64% 0.57% -
HSV(B) 322.71º 0.65% 0.84% -
XYZ 37.06 22.09 36.49 -
YUV 126.78 147.88 190.93 -
System Red Green Blue C M Y K H S L
Decimal 215 75 162 0 0.65 0.25 0.16 322.71 0.64 0.57
Hex D7 4B A2 0 41 19 10 143 40 39
Octal 327 113 242 0 101 31 20 503 100 71
Binary 11010111 1001011 10100010 0 1000001 11001 10000 101000011 1000000 111001

Color Harmonies of #D74BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74BA2

Black with #D74BA2

Text Example


Text Example

White with #D74BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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