Html Css Color HEX #D94690 Mulberry

📋 copy color: '#D94690'

red 217 ◦ green 70 ◦ blue 144

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

Shades of Mulberry #D94690

Tints of Mulberry #D94690

RGB

 RED value IS 217 (85.16% from 255) = 50.35%

 GREEN value IS 70 (27.73% from 255) = 16.24%

 BLUE value IS 144 (56.64% from 255) = 33.41%

R = 50.35%
G = 16.24%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D94690 (or 0xD94690) is known color: Mulberry. HEX triplet: D9, 46 and 90. RGB value is (217,70,144). Sum of RGB (Red+Green+Blue) = 217+70+144=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 70 (27.73% from 255 or 16.24% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D94690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94690 is #26B96F. Grayscale: #7A7A7A. Windows color (decimal): -2537840 or 9455321. OLE color: 9455321.

HSL color Cylindrical-coordinate representation of color #D94690: hue angle of 329.8º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D94690 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 70 144 -
CMYK 0 0.68 0.34 0.15
HSL 329.8º 0.66% 0.56% -
HSV(B) 329.8º 0.68% 0.85% -
XYZ 35.84 21.15 28.58 -
YUV 122.39 140.2 195.48 -
System Red Green Blue C M Y K H S L
Decimal 217 70 144 0 0.68 0.34 0.15 329.8 0.66 0.56
Hex D9 46 90 0 44 22 F 14A 42 38
Octal 331 106 220 0 104 42 17 512 102 70
Binary 11011001 1000110 10010000 0 1000100 100010 1111 101001010 1000010 111000

Color Harmonies of #D94690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94690

Black with #D94690

Text Example


Text Example

White with #D94690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94690; }

 p { color: rgb(217,70,144); }

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

background-color css

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

 a { background-color: rgb(217,70,144); }

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

border-color css

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

 span { border-color: rgb(217,70,144); }

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