Html Css Color HEX #D65894 Mulberry

📋 copy color: '#D65894'

red 214 ◦ green 88 ◦ blue 148

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

Shades of Mulberry #D65894

Tints of Mulberry #D65894

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.56%

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

R = 47.56%
G = 19.56%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D65894 (or 0xD65894) is known color: Mulberry. HEX triplet: D6, 58 and 94. RGB value is (214,88,148). Sum of RGB (Red+Green+Blue) = 214+88+148=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 88 (34.77% from 255 or 19.56% from 450); Blue value is 148 (58.20% from 255 or 32.89% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D65894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65894 is #29A76B. Grayscale: #848484. Windows color (decimal): -2729836 or 9722070. OLE color: 9722070.

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

Color convert

RGB 214 88 148 -
CMYK 0 0.59 0.31 0.16
HSL 331.43º 0.61% 0.59% -
HSV(B) 331.43º 0.59% 0.84% -
XYZ 36.57 23.41 30.61 -
YUV 132.51 136.74 186.12 -
System Red Green Blue C M Y K H S L
Decimal 214 88 148 0 0.59 0.31 0.16 331.43 0.61 0.59
Hex D6 58 94 0 3B 1F 10 14B 3D 3B
Octal 326 130 224 0 73 37 20 513 75 73
Binary 11010110 1011000 10010100 0 111011 11111 10000 101001011 111101 111011

Color Harmonies of #D65894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65894

Black with #D65894

Text Example


Text Example

White with #D65894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65894; }

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

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

background-color css

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

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

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

border-color css

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

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

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