Html Css Color HEX #D65694 Mulberry

📋 copy color: '#D65694'

red 214 ◦ green 86 ◦ blue 148

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

Shades of Mulberry #D65694

Tints of Mulberry #D65694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.04%

R = 47.77%
G = 19.2%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D65694 (or 0xD65694) is known color: Mulberry. HEX triplet: D6, 56 and 94. RGB value is (214,86,148). Sum of RGB (Red+Green+Blue) = 214+86+148=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 148 (58.20% from 255 or 33.04% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D65694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65694 is #29A96B. Grayscale: #838383. Windows color (decimal): -2730348 or 9721558. OLE color: 9721558.

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

Color convert

RGB 214 86 148 -
CMYK 0 0.60 0.31 0.16
HSL 330.94º 0.61% 0.59% -
HSV(B) 330.94º 0.6% 0.84% -
XYZ 36.4 23.09 30.56 -
YUV 131.34 137.41 186.96 -
System Red Green Blue C M Y K H S L
Decimal 214 86 148 0 0.60 0.31 0.16 330.94 0.61 0.59
Hex D6 56 94 0 3C 1F 10 14B 3D 3B
Octal 326 126 224 0 74 37 20 513 75 73
Binary 11010110 1010110 10010100 0 111100 11111 10000 101001011 111101 111011

Color Harmonies of #D65694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65694

Black with #D65694

Text Example


Text Example

White with #D65694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65694; }

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

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

background-color css

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

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

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

border-color css

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

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

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