Html Css Color HEX #D14092 Mulberry

📋 copy color: '#D14092'

red 209 ◦ green 64 ◦ blue 146

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

Shades of Mulberry #D14092

Tints of Mulberry #D14092

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.27%

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

R = 49.88%
G = 15.27%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D14092 (or 0xD14092) is known color: Mulberry. HEX triplet: D1, 40 and 92. RGB value is (209,64,146). Sum of RGB (Red+Green+Blue) = 209+64+146=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D14092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14092 is #2EBF6D. Grayscale: #747474. Windows color (decimal): -3063662 or 9584849. OLE color: 9584849.

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

Color convert

RGB 209 64 146 -
CMYK 0 0.69 0.30 0.18
HSL 326.07º 0.61% 0.54% -
HSV(B) 326.07º 0.69% 0.82% -
XYZ 33.32 19.3 29.16 -
YUV 116.7 144.54 193.83 -
System Red Green Blue C M Y K H S L
Decimal 209 64 146 0 0.69 0.30 0.18 326.07 0.61 0.54
Hex D1 40 92 0 45 1E 12 146 3D 36
Octal 321 100 222 0 105 36 22 506 75 66
Binary 11010001 1000000 10010010 0 1000101 11110 10010 101000110 111101 110110

Color Harmonies of #D14092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14092

Black with #D14092

Text Example


Text Example

White with #D14092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14092; }

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

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

background-color css

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

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

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

border-color css

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

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

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