Html Css Color HEX #D5498F Mulberry

📋 copy color: '#D5498F'

red 213 ◦ green 73 ◦ blue 143

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

Shades of Mulberry #D5498F

Tints of Mulberry #D5498F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.02%

 BLUE value IS 143 (56.25% from 255) = 33.33%

R = 49.65%
G = 17.02%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D5498F (or 0xD5498F) is known color: Mulberry. HEX triplet: D5, 49 and 8F. RGB value is (213,73,143). Sum of RGB (Red+Green+Blue) = 213+73+143=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D5498F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5498F is #2AB670. Grayscale: #7A7A7A. Windows color (decimal): -2799217 or 9390549. OLE color: 9390549.

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

Color convert

RGB 213 73 143 -
CMYK 0 0.66 0.33 0.16
HSL 330º 0.63% 0.56% -
HSV(B) 330º 0.66% 0.84% -
XYZ 34.78 20.89 28.19 -
YUV 122.84 139.38 192.31 -
System Red Green Blue C M Y K H S L
Decimal 213 73 143 0 0.66 0.33 0.16 330 0.63 0.56
Hex D5 49 8F 0 42 21 10 14A 3E 38
Octal 325 111 217 0 102 41 20 512 76 70
Binary 11010101 1001001 10001111 0 1000010 100001 10000 101001010 111110 111000

Color Harmonies of #D5498F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5498F

Black with #D5498F

Text Example


Text Example

White with #D5498F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5498F; }

 p { color: rgb(213,73,143); }

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

background-color css

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

 a { background-color: rgb(213,73,143); }

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

border-color css

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

 span { border-color: rgb(213,73,143); }

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