Html Css Color HEX #D95392 Mulberry

📋 copy color: '#D95392'

red 217 ◦ green 83 ◦ blue 146

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

Shades of Mulberry #D95392

Tints of Mulberry #D95392

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.61%

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

R = 48.65%
G = 18.61%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D95392 (or 0xD95392) is known color: Mulberry. HEX triplet: D9, 53 and 92. RGB value is (217,83,146). Sum of RGB (Red+Green+Blue) = 217+83+146=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 83 (32.81% from 255 or 18.61% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D95392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95392 is #26AC6D. Grayscale: #828282. Windows color (decimal): -2534510 or 9589721. OLE color: 9589721.

HSL color Cylindrical-coordinate representation of color #D95392: hue angle of 331.79º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D95392 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 83 146 -
CMYK 0 0.62 0.33 0.15
HSL 331.79º 0.64% 0.59% -
HSV(B) 331.79º 0.62% 0.85% -
XYZ 36.9 23.01 29.69 -
YUV 130.25 136.89 189.88 -
System Red Green Blue C M Y K H S L
Decimal 217 83 146 0 0.62 0.33 0.15 331.79 0.64 0.59
Hex D9 53 92 0 3E 21 F 14C 40 3B
Octal 331 123 222 0 76 41 17 514 100 73
Binary 11011001 1010011 10010010 0 111110 100001 1111 101001100 1000000 111011

Color Harmonies of #D95392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95392

Black with #D95392

Text Example


Text Example

White with #D95392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95392; }

 p { color: rgb(217,83,146); }

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

background-color css

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

 a { background-color: rgb(217,83,146); }

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

border-color css

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

 span { border-color: rgb(217,83,146); }

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