Html Css Color HEX #D14294 Mulberry

📋 copy color: '#D14294'

red 209 ◦ green 66 ◦ blue 148

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

Shades of Mulberry #D14294

Tints of Mulberry #D14294

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.6%

 BLUE value IS 148 (58.2% from 255) = 34.99%

R = 49.41%
G = 15.6%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D14294 (or 0xD14294) is known color: Mulberry. HEX triplet: D1, 42 and 94. RGB value is (209,66,148). Sum of RGB (Red+Green+Blue) = 209+66+148=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D14294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14294 is #2EBD6B. Grayscale: #757575. Windows color (decimal): -3063148 or 9716433. OLE color: 9716433.

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

Color convert

RGB 209 66 148 -
CMYK 0 0.68 0.29 0.18
HSL 325.59º 0.61% 0.54% -
HSV(B) 325.59º 0.68% 0.82% -
XYZ 33.59 19.59 30.03 -
YUV 118.11 144.88 192.83 -
System Red Green Blue C M Y K H S L
Decimal 209 66 148 0 0.68 0.29 0.18 325.59 0.61 0.54
Hex D1 42 94 0 44 1D 12 146 3D 36
Octal 321 102 224 0 104 35 22 506 75 66
Binary 11010001 1000010 10010100 0 1000100 11101 10010 101000110 111101 110110

Color Harmonies of #D14294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14294

Black with #D14294

Text Example


Text Example

White with #D14294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14294; }

 p { color: rgb(209,66,148); }

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

background-color css

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

 a { background-color: rgb(209,66,148); }

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

border-color css

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

 span { border-color: rgb(209,66,148); }

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