Html Css Color HEX #D14495 Mulberry

📋 copy color: '#D14495'

red 209 ◦ green 68 ◦ blue 149

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

Shades of Mulberry #D14495

Tints of Mulberry #D14495

RGB

 RED value IS 209 (82.03% from 255) = 49.06%

 GREEN value IS 68 (26.95% from 255) = 15.96%

 BLUE value IS 149 (58.59% from 255) = 34.98%

R = 49.06%
G = 15.96%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D14495 (or 0xD14495) is known color: Mulberry. HEX triplet: D1, 44 and 95. RGB value is (209,68,149). Sum of RGB (Red+Green+Blue) = 209+68+149=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 68 (26.95% from 255 or 15.96% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D14495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14495 is #2EBB6A. Grayscale: #777777. Windows color (decimal): -3062635 or 9782481. OLE color: 9782481.

HSL color Cylindrical-coordinate representation of color #D14495: hue angle of 325.53º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14495 is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 68 149 -
CMYK 0 0.67 0.29 0.18
HSL 325.53º 0.61% 0.54% -
HSV(B) 325.53º 0.67% 0.82% -
XYZ 33.79 19.86 30.49 -
YUV 119.39 144.71 191.91 -
System Red Green Blue C M Y K H S L
Decimal 209 68 149 0 0.67 0.29 0.18 325.53 0.61 0.54
Hex D1 44 95 0 43 1D 12 146 3D 36
Octal 321 104 225 0 103 35 22 506 75 66
Binary 11010001 1000100 10010101 0 1000011 11101 10010 101000110 111101 110110

Color Harmonies of #D14495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14495

Black with #D14495

Text Example


Text Example

White with #D14495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14495; }

 p { color: rgb(209,68,149); }

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

background-color css

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

 a { background-color: rgb(209,68,149); }

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

border-color css

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

 span { border-color: rgb(209,68,149); }

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