Html Css Color HEX #D65591 Mulberry

📋 copy color: '#D65591'

red 214 ◦ green 85 ◦ blue 145

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

Shades of Mulberry #D65591

Tints of Mulberry #D65591

RGB

 RED value IS 214 (83.98% from 255) = 48.2%

 GREEN value IS 85 (33.59% from 255) = 19.14%

 BLUE value IS 145 (57.03% from 255) = 32.66%

R = 48.2%
G = 19.14%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D65591 (or 0xD65591) is known color: Mulberry. HEX triplet: D6, 55 and 91. RGB value is (214,85,145). Sum of RGB (Red+Green+Blue) = 214+85+145=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 145 (57.03% from 255 or 32.66% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D65591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65591 is #29AA6E. Grayscale: #828282. Windows color (decimal): -2730607 or 9524694. OLE color: 9524694.

HSL color Cylindrical-coordinate representation of color #D65591: hue angle of 332.09º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D65591 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 85 145 -
CMYK 0 0.60 0.32 0.16
HSL 332.09º 0.61% 0.59% -
HSV(B) 332.09º 0.6% 0.84% -
XYZ 36.09 22.84 29.29 -
YUV 130.41 136.24 187.62 -
System Red Green Blue C M Y K H S L
Decimal 214 85 145 0 0.60 0.32 0.16 332.09 0.61 0.59
Hex D6 55 91 0 3C 20 10 14C 3D 3B
Octal 326 125 221 0 74 40 20 514 75 73
Binary 11010110 1010101 10010001 0 111100 100000 10000 101001100 111101 111011

Color Harmonies of #D65591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65591

Black with #D65591

Text Example


Text Example

White with #D65591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65591; }

 p { color: rgb(214,85,145); }

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

background-color css

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

 a { background-color: rgb(214,85,145); }

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

border-color css

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

 span { border-color: rgb(214,85,145); }

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