Html Css Color HEX #D54696 Mulberry

📋 copy color: '#D54696'

red 213 ◦ green 70 ◦ blue 150

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

Shades of Mulberry #D54696

Tints of Mulberry #D54696

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.17%

 BLUE value IS 150 (58.98% from 255) = 34.64%

R = 49.19%
G = 16.17%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D54696 (or 0xD54696) is known color: Mulberry. HEX triplet: D5, 46 and 96. RGB value is (213,70,150). Sum of RGB (Red+Green+Blue) = 213+70+150=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 70 (27.73% from 255 or 16.17% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D54696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54696 is #2AB969. Grayscale: #797979. Windows color (decimal): -2799978 or 9848533. OLE color: 9848533.

HSL color Cylindrical-coordinate representation of color #D54696: hue angle of 326.43º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D54696 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 70 150 -
CMYK 0 0.67 0.30 0.16
HSL 326.43º 0.63% 0.55% -
HSV(B) 326.43º 0.67% 0.84% -
XYZ 35.14 20.73 31 -
YUV 121.88 143.88 193 -
System Red Green Blue C M Y K H S L
Decimal 213 70 150 0 0.67 0.30 0.16 326.43 0.63 0.55
Hex D5 46 96 0 43 1E 10 146 3F 37
Octal 325 106 226 0 103 36 20 506 77 67
Binary 11010101 1000110 10010110 0 1000011 11110 10000 101000110 111111 110111

Color Harmonies of #D54696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54696

Black with #D54696

Text Example


Text Example

White with #D54696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54696; }

 p { color: rgb(213,70,150); }

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

background-color css

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

 a { background-color: rgb(213,70,150); }

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

border-color css

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

 span { border-color: rgb(213,70,150); }

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