Html Css Color HEX #D54698 Mulberry

📋 copy color: '#D54698'

red 213 ◦ green 70 ◦ blue 152

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

Shades of Mulberry #D54698

Tints of Mulberry #D54698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.94%

R = 48.97%
G = 16.09%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D54698 (or 0xD54698) is known color: Mulberry. HEX triplet: D5, 46 and 98. RGB value is (213,70,152). Sum of RGB (Red+Green+Blue) = 213+70+152=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 152 (59.77% from 255 or 34.94% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D54698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54698 is #2AB967. Grayscale: #797979. Windows color (decimal): -2799976 or 9979605. OLE color: 9979605.

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

Color convert

RGB 213 70 152 -
CMYK 0 0.67 0.29 0.16
HSL 325.59º 0.63% 0.55% -
HSV(B) 325.59º 0.67% 0.84% -
XYZ 35.3 20.79 31.86 -
YUV 122.11 144.88 192.83 -
System Red Green Blue C M Y K H S L
Decimal 213 70 152 0 0.67 0.29 0.16 325.59 0.63 0.55
Hex D5 46 98 0 43 1D 10 146 3F 37
Octal 325 106 230 0 103 35 20 506 77 67
Binary 11010101 1000110 10011000 0 1000011 11101 10000 101000110 111111 110111

Color Harmonies of #D54698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54698

Black with #D54698

Text Example


Text Example

White with #D54698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54698; }

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

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

background-color css

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

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

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

border-color css

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

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

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