Html Css Color HEX #D65391 Mulberry

📋 copy color: '#D65391'

red 214 ◦ green 83 ◦ blue 145

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

Shades of Mulberry #D65391

Tints of Mulberry #D65391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 32.81%

R = 48.42%
G = 18.78%
B = 32.81%

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

#D65391 (or 0xD65391) is known color: Mulberry. HEX triplet: D6, 53 and 91. RGB value is (214,83,145). Sum of RGB (Red+Green+Blue) = 214+83+145=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 83 (32.81% from 255 or 18.78% from 442); Blue value is 145 (57.03% from 255 or 32.81% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D65391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65391 is #29AC6E. Grayscale: #818181. Windows color (decimal): -2731119 or 9524182. OLE color: 9524182.

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

Color convert

RGB 214 83 145 -
CMYK 0 0.61 0.32 0.16
HSL 331.6º 0.62% 0.58% -
HSV(B) 331.6º 0.61% 0.84% -
XYZ 35.94 22.53 29.24 -
YUV 129.24 136.9 188.46 -
System Red Green Blue C M Y K H S L
Decimal 214 83 145 0 0.61 0.32 0.16 331.6 0.62 0.58
Hex D6 53 91 0 3D 20 10 14C 3E 3A
Octal 326 123 221 0 75 40 20 514 76 72
Binary 11010110 1010011 10010001 0 111101 100000 10000 101001100 111110 111010

Color Harmonies of #D65391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65391

Black with #D65391

Text Example


Text Example

White with #D65391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65391; }

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

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

background-color css

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

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

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

border-color css

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

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

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