Html Css Color HEX #D65595 Mulberry

📋 copy color: '#D65595'

red 214 ◦ green 85 ◦ blue 149

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

Shades of Mulberry #D65595

Tints of Mulberry #D65595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.26%

R = 47.77%
G = 18.97%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D65595 (or 0xD65595) is known color: Mulberry. HEX triplet: D6, 55 and 95. RGB value is (214,85,149). Sum of RGB (Red+Green+Blue) = 214+85+149=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 85 (33.59% from 255 or 18.97% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D65595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65595 is #29AA6A. Grayscale: #828282. Windows color (decimal): -2730603 or 9786838. OLE color: 9786838.

HSL color Cylindrical-coordinate representation of color #D65595: hue angle of 330.23º 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 #D65595 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 85 149 -
CMYK 0 0.60 0.30 0.16
HSL 330.23º 0.61% 0.59% -
HSV(B) 330.23º 0.6% 0.84% -
XYZ 36.4 22.96 30.95 -
YUV 130.87 138.24 187.3 -
System Red Green Blue C M Y K H S L
Decimal 214 85 149 0 0.60 0.30 0.16 330.23 0.61 0.59
Hex D6 55 95 0 3C 1E 10 14A 3D 3B
Octal 326 125 225 0 74 36 20 512 75 73
Binary 11010110 1010101 10010101 0 111100 11110 10000 101001010 111101 111011

Color Harmonies of #D65595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65595

Black with #D65595

Text Example


Text Example

White with #D65595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65595; }

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

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

background-color css

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

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

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

border-color css

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

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

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