Html Css Color HEX #D74CAB Mulberry

📋 copy color: '#D74CAB'

red 215 ◦ green 76 ◦ blue 171

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

Shades of Mulberry #D74CAB

Tints of Mulberry #D74CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.01%

R = 46.54%
G = 16.45%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D74CAB (or 0xD74CAB) is known color: Mulberry. HEX triplet: D7, 4C and AB. RGB value is (215,76,171). Sum of RGB (Red+Green+Blue) = 215+76+171=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 76 (30.08% from 255 or 16.45% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D74CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74CAB is #28B354. Grayscale: #808080. Windows color (decimal): -2667349 or 11226327. OLE color: 11226327.

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

Color convert

RGB 215 76 171 -
CMYK 0 0.65 0.20 0.16
HSL 318.99º 0.63% 0.57% -
HSV(B) 318.99º 0.65% 0.84% -
XYZ 37.96 22.56 40.88 -
YUV 128.39 152.05 189.78 -
System Red Green Blue C M Y K H S L
Decimal 215 76 171 0 0.65 0.20 0.16 318.99 0.63 0.57
Hex D7 4C AB 0 41 14 10 13F 3F 39
Octal 327 114 253 0 101 24 20 477 77 71
Binary 11010111 1001100 10101011 0 1000001 10100 10000 100111111 111111 111001

Color Harmonies of #D74CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74CAB

Black with #D74CAB

Text Example


Text Example

White with #D74CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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