Html Css Color HEX #D65793 Mulberry

📋 copy color: '#D65793'

red 214 ◦ green 87 ◦ blue 147

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

Shades of Mulberry #D65793

Tints of Mulberry #D65793

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.42%

 BLUE value IS 147 (57.81% from 255) = 32.81%

R = 47.77%
G = 19.42%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D65793 (or 0xD65793) is known color: Mulberry. HEX triplet: D6, 57 and 93. RGB value is (214,87,147). Sum of RGB (Red+Green+Blue) = 214+87+147=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 87 (34.38% from 255 or 19.42% from 448); Blue value is 147 (57.81% from 255 or 32.81% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D65793 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65793 is #29A86C. Grayscale: #838383. Windows color (decimal): -2730093 or 9656278. OLE color: 9656278.

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

Color convert

RGB 214 87 147 -
CMYK 0 0.59 0.31 0.16
HSL 331.65º 0.61% 0.59% -
HSV(B) 331.65º 0.59% 0.84% -
XYZ 36.41 23.22 30.17 -
YUV 131.81 136.58 186.62 -
System Red Green Blue C M Y K H S L
Decimal 214 87 147 0 0.59 0.31 0.16 331.65 0.61 0.59
Hex D6 57 93 0 3B 1F 10 14C 3D 3B
Octal 326 127 223 0 73 37 20 514 75 73
Binary 11010110 1010111 10010011 0 111011 11111 10000 101001100 111101 111011

Color Harmonies of #D65793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65793

Black with #D65793

Text Example


Text Example

White with #D65793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65793; }

 p { color: rgb(214,87,147); }

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

background-color css

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

 a { background-color: rgb(214,87,147); }

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

border-color css

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

 span { border-color: rgb(214,87,147); }

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