Html Css Color HEX #D65495 Mulberry

📋 copy color: '#D65495'

red 214 ◦ green 84 ◦ blue 149

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

Shades of Mulberry #D65495

Tints of Mulberry #D65495

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.79%

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

R = 47.87%
G = 18.79%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D65495 (or 0xD65495) is known color: Mulberry. HEX triplet: D6, 54 and 95. RGB value is (214,84,149). Sum of RGB (Red+Green+Blue) = 214+84+149=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 84 (33.20% from 255 or 18.79% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D65495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65495 is #29AB6A. Grayscale: #828282. Windows color (decimal): -2730859 or 9786582. OLE color: 9786582.

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

Color convert

RGB 214 84 149 -
CMYK 0 0.61 0.30 0.16
HSL 330º 0.61% 0.58% -
HSV(B) 330º 0.61% 0.84% -
XYZ 36.33 22.81 30.92 -
YUV 130.28 138.57 187.71 -
System Red Green Blue C M Y K H S L
Decimal 214 84 149 0 0.61 0.30 0.16 330 0.61 0.58
Hex D6 54 95 0 3D 1E 10 14A 3D 3A
Octal 326 124 225 0 75 36 20 512 75 72
Binary 11010110 1010100 10010101 0 111101 11110 10000 101001010 111101 111010

Color Harmonies of #D65495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65495

Black with #D65495

Text Example


Text Example

White with #D65495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65495; }

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

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

background-color css

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

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

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

border-color css

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

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

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