Html Css Color HEX #D54CAB Mulberry

📋 copy color: '#D54CAB'

red 213 ◦ green 76 ◦ blue 171

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

Shades of Mulberry #D54CAB

Tints of Mulberry #D54CAB

RGB

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

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

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

R = 46.3%
G = 16.52%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D54CAB (or 0xD54CAB) is known color: Mulberry. HEX triplet: D5, 4C and AB. RGB value is (213,76,171). Sum of RGB (Red+Green+Blue) = 213+76+171=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 76 (30.08% from 255 or 16.52% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D54CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54CAB is #2AB354. Grayscale: #7F7F7F. Windows color (decimal): -2798421 or 11226325. OLE color: 11226325.

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

Color convert

RGB 213 76 171 -
CMYK 0 0.64 0.20 0.16
HSL 318.39º 0.62% 0.57% -
HSV(B) 318.39º 0.64% 0.84% -
XYZ 37.38 22.26 40.85 -
YUV 127.79 152.39 188.78 -
System Red Green Blue C M Y K H S L
Decimal 213 76 171 0 0.64 0.20 0.16 318.39 0.62 0.57
Hex D5 4C AB 0 40 14 10 13E 3E 39
Octal 325 114 253 0 100 24 20 476 76 71
Binary 11010101 1001100 10101011 0 1000000 10100 10000 100111110 111110 111001

Color Harmonies of #D54CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54CAB

Black with #D54CAB

Text Example


Text Example

White with #D54CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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