Html Css Color HEX #D14492 Mulberry

📋 copy color: '#D14492'

red 209 ◦ green 68 ◦ blue 146

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

Shades of Mulberry #D14492

Tints of Mulberry #D14492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.52%

R = 49.41%
G = 16.08%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D14492 (or 0xD14492) is known color: Mulberry. HEX triplet: D1, 44 and 92. RGB value is (209,68,146). Sum of RGB (Red+Green+Blue) = 209+68+146=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 68 (26.95% from 255 or 16.08% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D14492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14492 is #2EBB6D. Grayscale: #767676. Windows color (decimal): -3062638 or 9585873. OLE color: 9585873.

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

Color convert

RGB 209 68 146 -
CMYK 0 0.67 0.30 0.18
HSL 326.81º 0.61% 0.54% -
HSV(B) 326.81º 0.67% 0.82% -
XYZ 33.55 19.76 29.24 -
YUV 119.05 143.21 192.16 -
System Red Green Blue C M Y K H S L
Decimal 209 68 146 0 0.67 0.30 0.18 326.81 0.61 0.54
Hex D1 44 92 0 43 1E 12 147 3D 36
Octal 321 104 222 0 103 36 22 507 75 66
Binary 11010001 1000100 10010010 0 1000011 11110 10010 101000111 111101 110110

Color Harmonies of #D14492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14492

Black with #D14492

Text Example


Text Example

White with #D14492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14492; }

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

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

background-color css

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

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

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

border-color css

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

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

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