Html Css Color HEX #D54CAC Mulberry

📋 copy color: '#D54CAC'

red 213 ◦ green 76 ◦ blue 172

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

Shades of Mulberry #D54CAC

Tints of Mulberry #D54CAC

RGB

 RED value IS 213 (83.59% from 255) = 46.2%

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

 BLUE value IS 172 (67.58% from 255) = 37.31%

R = 46.2%
G = 16.49%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D54CAC (or 0xD54CAC) is known color: Mulberry. HEX triplet: D5, 4C and AC. RGB value is (213,76,172). Sum of RGB (Red+Green+Blue) = 213+76+172=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 76 (30.08% from 255 or 16.49% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D54CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54CAC is #2AB353. Grayscale: #7F7F7F. Windows color (decimal): -2798420 or 11291861. OLE color: 11291861.

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

Color convert

RGB 213 76 172 -
CMYK 0 0.64 0.19 0.16
HSL 317.96º 0.62% 0.57% -
HSV(B) 317.96º 0.64% 0.84% -
XYZ 37.47 22.29 41.36 -
YUV 127.91 152.89 188.69 -
System Red Green Blue C M Y K H S L
Decimal 213 76 172 0 0.64 0.19 0.16 317.96 0.62 0.57
Hex D5 4C AC 0 40 13 10 13E 3E 39
Octal 325 114 254 0 100 23 20 476 76 71
Binary 11010101 1001100 10101100 0 1000000 10011 10000 100111110 111110 111001

Color Harmonies of #D54CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54CAC

Black with #D54CAC

Text Example


Text Example

White with #D54CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54CAC; }

 p { color: rgb(213,76,172); }

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

background-color css

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

 a { background-color: rgb(213,76,172); }

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

border-color css

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

 span { border-color: rgb(213,76,172); }

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