Html Css Color HEX #D65892 Mulberry

📋 copy color: '#D65892'

red 214 ◦ green 88 ◦ blue 146

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

Shades of Mulberry #D65892

Tints of Mulberry #D65892

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.64%

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

R = 47.77%
G = 19.64%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D65892 (or 0xD65892) is known color: Mulberry. HEX triplet: D6, 58 and 92. RGB value is (214,88,146). Sum of RGB (Red+Green+Blue) = 214+88+146=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D65892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65892 is #29A76D. Grayscale: #848484. Windows color (decimal): -2729838 or 9590998. OLE color: 9590998.

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

Color convert

RGB 214 88 146 -
CMYK 0 0.59 0.32 0.16
HSL 332.38º 0.61% 0.59% -
HSV(B) 332.38º 0.59% 0.84% -
XYZ 36.41 23.35 29.78 -
YUV 132.29 135.74 186.28 -
System Red Green Blue C M Y K H S L
Decimal 214 88 146 0 0.59 0.32 0.16 332.38 0.61 0.59
Hex D6 58 92 0 3B 20 10 14C 3D 3B
Octal 326 130 222 0 73 40 20 514 75 73
Binary 11010110 1011000 10010010 0 111011 100000 10000 101001100 111101 111011

Color Harmonies of #D65892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65892

Black with #D65892

Text Example


Text Example

White with #D65892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65892; }

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

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

background-color css

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

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

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

border-color css

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

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

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