Html Css Color HEX #D34CAB Mulberry

📋 copy color: '#D34CAB'

red 211 ◦ green 76 ◦ blue 171

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

Shades of Mulberry #D34CAB

Tints of Mulberry #D34CAB

RGB

 RED value IS 211 (82.81% from 255) = 46.07%

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

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

R = 46.07%
G = 16.59%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D34CAB (or 0xD34CAB) is known color: Mulberry. HEX triplet: D3, 4C and AB. RGB value is (211,76,171). Sum of RGB (Red+Green+Blue) = 211+76+171=458 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.07% from 458); Green value is 76 (30.08% from 255 or 16.59% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 211 - color contains mainly: red. Hex color #D34CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34CAB is #2CB354. Grayscale: #7E7E7E. Windows color (decimal): -2929493 or 11226323. OLE color: 11226323.

HSL color Cylindrical-coordinate representation of color #D34CAB: hue angle of 317.78º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D34CAB is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 76 171 -
CMYK 0 0.64 0.19 0.17
HSL 317.78º 0.61% 0.56% -
HSV(B) 317.78º 0.64% 0.83% -
XYZ 36.8 21.96 40.83 -
YUV 127.2 152.73 187.78 -
System Red Green Blue C M Y K H S L
Decimal 211 76 171 0 0.64 0.19 0.17 317.78 0.61 0.56
Hex D3 4C AB 0 40 13 11 13E 3D 38
Octal 323 114 253 0 100 23 21 476 75 70
Binary 11010011 1001100 10101011 0 1000000 10011 10001 100111110 111101 111000

Color Harmonies of #D34CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34CAB

Black with #D34CAB

Text Example


Text Example

White with #D34CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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