Html Css Color HEX #D65392 Mulberry

📋 copy color: '#D65392'

red 214 ◦ green 83 ◦ blue 146

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

Shades of Mulberry #D65392

Tints of Mulberry #D65392

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.74%

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

R = 48.31%
G = 18.74%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D65392 (or 0xD65392) is known color: Mulberry. HEX triplet: D6, 53 and 92. RGB value is (214,83,146). Sum of RGB (Red+Green+Blue) = 214+83+146=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 83 (32.81% from 255 or 18.74% from 443); Blue value is 146 (57.42% from 255 or 32.96% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D65392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65392 is #29AC6D. Grayscale: #818181. Windows color (decimal): -2731118 or 9589718. OLE color: 9589718.

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

Color convert

RGB 214 83 146 -
CMYK 0 0.61 0.32 0.16
HSL 331.15º 0.62% 0.58% -
HSV(B) 331.15º 0.61% 0.84% -
XYZ 36.01 22.56 29.65 -
YUV 129.35 137.4 188.38 -
System Red Green Blue C M Y K H S L
Decimal 214 83 146 0 0.61 0.32 0.16 331.15 0.62 0.58
Hex D6 53 92 0 3D 20 10 14B 3E 3A
Octal 326 123 222 0 75 40 20 513 76 72
Binary 11010110 1010011 10010010 0 111101 100000 10000 101001011 111110 111010

Color Harmonies of #D65392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65392

Black with #D65392

Text Example


Text Example

White with #D65392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65392; }

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

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

background-color css

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

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

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

border-color css

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

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

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