Html Css Color HEX #D65193 Mulberry

📋 copy color: '#D65193'

red 214 ◦ green 81 ◦ blue 147

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

Shades of Mulberry #D65193

Tints of Mulberry #D65193

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.33%

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

R = 48.42%
G = 18.33%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D65193 (or 0xD65193) is known color: Mulberry. HEX triplet: D6, 51 and 93. RGB value is (214,81,147). Sum of RGB (Red+Green+Blue) = 214+81+147=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 81 (32.03% from 255 or 18.33% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D65193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65193 is #29AE6C. Grayscale: #808080. Windows color (decimal): -2731629 or 9654742. OLE color: 9654742.

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

Color convert

RGB 214 81 147 -
CMYK 0 0.62 0.31 0.16
HSL 330.23º 0.62% 0.58% -
HSV(B) 330.23º 0.62% 0.84% -
XYZ 35.94 22.29 30.01 -
YUV 128.29 138.56 189.13 -
System Red Green Blue C M Y K H S L
Decimal 214 81 147 0 0.62 0.31 0.16 330.23 0.62 0.58
Hex D6 51 93 0 3E 1F 10 14A 3E 3A
Octal 326 121 223 0 76 37 20 512 76 72
Binary 11010110 1010001 10010011 0 111110 11111 10000 101001010 111110 111010

Color Harmonies of #D65193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65193

Black with #D65193

Text Example


Text Example

White with #D65193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65193; }

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

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

background-color css

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

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

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

border-color css

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

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

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