Html Css Color HEX #D65393 Mulberry

📋 copy color: '#D65393'

red 214 ◦ green 83 ◦ blue 147

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

Shades of Mulberry #D65393

Tints of Mulberry #D65393

RGB

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

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

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

R = 48.2%
G = 18.69%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D65393 (or 0xD65393) is known color: Mulberry. HEX triplet: D6, 53 and 93. RGB value is (214,83,147). Sum of RGB (Red+Green+Blue) = 214+83+147=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 83 (32.81% from 255 or 18.69% from 444); Blue value is 147 (57.81% from 255 or 33.11% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D65393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65393 is #29AC6C. Grayscale: #818181. Windows color (decimal): -2731117 or 9655254. OLE color: 9655254.

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

Color convert

RGB 214 83 147 -
CMYK 0 0.61 0.31 0.16
HSL 330.69º 0.62% 0.58% -
HSV(B) 330.69º 0.61% 0.84% -
XYZ 36.09 22.59 30.06 -
YUV 129.47 137.9 188.3 -
System Red Green Blue C M Y K H S L
Decimal 214 83 147 0 0.61 0.31 0.16 330.69 0.62 0.58
Hex D6 53 93 0 3D 1F 10 14B 3E 3A
Octal 326 123 223 0 75 37 20 513 76 72
Binary 11010110 1010011 10010011 0 111101 11111 10000 101001011 111110 111010

Color Harmonies of #D65393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65393

Black with #D65393

Text Example


Text Example

White with #D65393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65393; }

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

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

background-color css

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

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

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

border-color css

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

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

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