Html Css Color HEX #D74BA4 Mulberry

📋 copy color: '#D74BA4'

red 215 ◦ green 75 ◦ blue 164

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

Shades of Mulberry #D74BA4

Tints of Mulberry #D74BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 36.12%

R = 47.36%
G = 16.52%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D74BA4 (or 0xD74BA4) is known color: Mulberry. HEX triplet: D7, 4B and A4. RGB value is (215,75,164). Sum of RGB (Red+Green+Blue) = 215+75+164=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 75 (29.69% from 255 or 16.52% from 454); Blue value is 164 (64.45% from 255 or 36.12% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D74BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74BA4 is #28B45B. Grayscale: #7E7E7E. Windows color (decimal): -2667612 or 10767319. OLE color: 10767319.

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

Color convert

RGB 215 75 164 -
CMYK 0 0.65 0.24 0.16
HSL 321.86º 0.64% 0.57% -
HSV(B) 321.86º 0.65% 0.84% -
XYZ 37.24 22.16 37.44 -
YUV 127.01 148.88 190.76 -
System Red Green Blue C M Y K H S L
Decimal 215 75 164 0 0.65 0.24 0.16 321.86 0.64 0.57
Hex D7 4B A4 0 41 18 10 142 40 39
Octal 327 113 244 0 101 30 20 502 100 71
Binary 11010111 1001011 10100100 0 1000001 11000 10000 101000010 1000000 111001

Color Harmonies of #D74BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74BA4

Black with #D74BA4

Text Example


Text Example

White with #D74BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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