Html Css Color HEX #D6498F Mulberry

📋 copy color: '#D6498F'

red 214 ◦ green 73 ◦ blue 143

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

Shades of Mulberry #D6498F

Tints of Mulberry #D6498F

RGB

 RED value IS 214 (83.98% from 255) = 49.77%

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

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

R = 49.77%
G = 16.98%
B = 33.26%

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

#D6498F (or 0xD6498F) is known color: Mulberry. HEX triplet: D6, 49 and 8F. RGB value is (214,73,143). Sum of RGB (Red+Green+Blue) = 214+73+143=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D6498F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6498F is #29B670. Grayscale: #7B7B7B. Windows color (decimal): -2733681 or 9390550. OLE color: 9390550.

HSL color Cylindrical-coordinate representation of color #D6498F: hue angle of 330.21º degrees, saturation: 0.63, 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 #D6498F is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 73 143 -
CMYK 0 0.66 0.33 0.16
HSL 330.21º 0.63% 0.56% -
HSV(B) 330.21º 0.66% 0.84% -
XYZ 35.07 21.04 28.2 -
YUV 123.14 139.21 192.81 -
System Red Green Blue C M Y K H S L
Decimal 214 73 143 0 0.66 0.33 0.16 330.21 0.63 0.56
Hex D6 49 8F 0 42 21 10 14A 3F 38
Octal 326 111 217 0 102 41 20 512 77 70
Binary 11010110 1001001 10001111 0 1000010 100001 10000 101001010 111111 111000

Color Harmonies of #D6498F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6498F

Black with #D6498F

Text Example


Text Example

White with #D6498F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6498F; }

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

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

background-color css

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

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

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

border-color css

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

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

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