Html Css Color HEX #D74CA8 Mulberry

📋 copy color: '#D74CA8'

red 215 ◦ green 76 ◦ blue 168

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

Shades of Mulberry #D74CA8

Tints of Mulberry #D74CA8

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.56%

 BLUE value IS 168 (66.02% from 255) = 36.6%

R = 46.84%
G = 16.56%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D74CA8 (or 0xD74CA8) is known color: Mulberry. HEX triplet: D7, 4C and A8. RGB value is (215,76,168). Sum of RGB (Red+Green+Blue) = 215+76+168=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 76 (30.08% from 255 or 16.56% from 459); Blue value is 168 (66.02% from 255 or 36.60% from 459); Max value from RGB is 215 - color contains mainly: red. Hex color #D74CA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74CA8 is #28B357. Grayscale: #7F7F7F. Windows color (decimal): -2667352 or 11029719. OLE color: 11029719.

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

Color convert

RGB 215 76 168 -
CMYK 0 0.65 0.22 0.16
HSL 320.29º 0.63% 0.57% -
HSV(B) 320.29º 0.65% 0.84% -
XYZ 37.68 22.44 39.39 -
YUV 128.05 150.55 190.02 -
System Red Green Blue C M Y K H S L
Decimal 215 76 168 0 0.65 0.22 0.16 320.29 0.63 0.57
Hex D7 4C A8 0 41 16 10 140 3F 39
Octal 327 114 250 0 101 26 20 500 77 71
Binary 11010111 1001100 10101000 0 1000001 10110 10000 101000000 111111 111001

Color Harmonies of #D74CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74CA8

Black with #D74CA8

Text Example


Text Example

White with #D74CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74CA8; }

 p { color: rgb(215,76,168); }

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

background-color css

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

 a { background-color: rgb(215,76,168); }

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

border-color css

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

 span { border-color: rgb(215,76,168); }

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