Html Css Color HEX #D65691 Mulberry

📋 copy color: '#D65691'

red 214 ◦ green 86 ◦ blue 145

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

Shades of Mulberry #D65691

Tints of Mulberry #D65691

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.33%

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

R = 48.09%
G = 19.33%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D65691 (or 0xD65691) is known color: Mulberry. HEX triplet: D6, 56 and 91. RGB value is (214,86,145). Sum of RGB (Red+Green+Blue) = 214+86+145=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 145 (57.03% from 255 or 32.58% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D65691 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65691 is #29A96E. Grayscale: #828282. Windows color (decimal): -2730351 or 9524950. OLE color: 9524950.

HSL color Cylindrical-coordinate representation of color #D65691: hue angle of 332.34º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D65691 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 86 145 -
CMYK 0 0.60 0.32 0.16
HSL 332.34º 0.61% 0.59% -
HSV(B) 332.34º 0.6% 0.84% -
XYZ 36.17 23 29.32 -
YUV 131 135.91 187.2 -
System Red Green Blue C M Y K H S L
Decimal 214 86 145 0 0.60 0.32 0.16 332.34 0.61 0.59
Hex D6 56 91 0 3C 20 10 14C 3D 3B
Octal 326 126 221 0 74 40 20 514 75 73
Binary 11010110 1010110 10010001 0 111100 100000 10000 101001100 111101 111011

Color Harmonies of #D65691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65691

Black with #D65691

Text Example


Text Example

White with #D65691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65691; }

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

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

background-color css

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

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

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

border-color css

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

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

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