Html Css Color HEX #D14497 Mulberry

📋 copy color: '#D14497'

red 209 ◦ green 68 ◦ blue 151

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

Shades of Mulberry #D14497

Tints of Mulberry #D14497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 35.28%

R = 48.83%
G = 15.89%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D14497 (or 0xD14497) is known color: Mulberry. HEX triplet: D1, 44 and 97. RGB value is (209,68,151). Sum of RGB (Red+Green+Blue) = 209+68+151=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 68 (26.95% from 255 or 15.89% from 428); Blue value is 151 (59.38% from 255 or 35.28% from 428); Max value from RGB is 209 - color contains mainly: red. Hex color #D14497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14497 is #2EBB68. Grayscale: #777777. Windows color (decimal): -3062633 or 9913553. OLE color: 9913553.

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

Color convert

RGB 209 68 151 -
CMYK 0 0.67 0.28 0.18
HSL 324.68º 0.61% 0.54% -
HSV(B) 324.68º 0.67% 0.82% -
XYZ 33.95 19.92 31.33 -
YUV 119.62 145.71 191.75 -
System Red Green Blue C M Y K H S L
Decimal 209 68 151 0 0.67 0.28 0.18 324.68 0.61 0.54
Hex D1 44 97 0 43 1C 12 145 3D 36
Octal 321 104 227 0 103 34 22 505 75 66
Binary 11010001 1000100 10010111 0 1000011 11100 10010 101000101 111101 110110

Color Harmonies of #D14497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14497

Black with #D14497

Text Example


Text Example

White with #D14497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14497; }

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

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

background-color css

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

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

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

border-color css

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

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

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