Html Css Color HEX #D65592 Mulberry

📋 copy color: '#D65592'

red 214 ◦ green 85 ◦ blue 146

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

Shades of Mulberry #D65592

Tints of Mulberry #D65592

RGB

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

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

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

R = 48.09%
G = 19.1%
B = 32.81%

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

#D65592 (or 0xD65592) is known color: Mulberry. HEX triplet: D6, 55 and 92. RGB value is (214,85,146). Sum of RGB (Red+Green+Blue) = 214+85+146=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 146 (57.42% from 255 or 32.81% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D65592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65592 is #29AA6D. Grayscale: #828282. Windows color (decimal): -2730606 or 9590230. OLE color: 9590230.

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

Color convert

RGB 214 85 146 -
CMYK 0 0.60 0.32 0.16
HSL 331.63º 0.61% 0.59% -
HSV(B) 331.63º 0.6% 0.84% -
XYZ 36.17 22.87 29.7 -
YUV 130.53 136.74 187.54 -
System Red Green Blue C M Y K H S L
Decimal 214 85 146 0 0.60 0.32 0.16 331.63 0.61 0.59
Hex D6 55 92 0 3C 20 10 14C 3D 3B
Octal 326 125 222 0 74 40 20 514 75 73
Binary 11010110 1010101 10010010 0 111100 100000 10000 101001100 111101 111011

Color Harmonies of #D65592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65592

Black with #D65592

Text Example


Text Example

White with #D65592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65592; }

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

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

background-color css

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

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

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

border-color css

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

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

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