Html Css Color HEX #D65092 Mulberry

📋 copy color: '#D65092'

red 214 ◦ green 80 ◦ blue 146

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

Shades of Mulberry #D65092

Tints of Mulberry #D65092

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.18%

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

R = 48.64%
G = 18.18%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D65092 (or 0xD65092) is known color: Mulberry. HEX triplet: D6, 50 and 92. RGB value is (214,80,146). Sum of RGB (Red+Green+Blue) = 214+80+146=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 146 (57.42% from 255 or 33.18% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D65092 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65092 is #29AF6D. Grayscale: #7F7F7F. Windows color (decimal): -2731886 or 9588950. OLE color: 9588950.

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

Color convert

RGB 214 80 146 -
CMYK 0 0.63 0.32 0.16
HSL 330.45º 0.62% 0.58% -
HSV(B) 330.45º 0.63% 0.84% -
XYZ 35.79 22.11 29.58 -
YUV 127.59 138.39 189.63 -
System Red Green Blue C M Y K H S L
Decimal 214 80 146 0 0.63 0.32 0.16 330.45 0.62 0.58
Hex D6 50 92 0 3F 20 10 14A 3E 3A
Octal 326 120 222 0 77 40 20 512 76 72
Binary 11010110 1010000 10010010 0 111111 100000 10000 101001010 111110 111010

Color Harmonies of #D65092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65092

Black with #D65092

Text Example


Text Example

White with #D65092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65092; }

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

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

background-color css

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

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

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

border-color css

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

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

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