Html Css Color HEX #D655A2 Mulberry

📋 copy color: '#D655A2'

red 214 ◦ green 85 ◦ blue 162

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

Shades of Mulberry #D655A2

Tints of Mulberry #D655A2

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.44%

 BLUE value IS 162 (63.67% from 255) = 35.14%

R = 46.42%
G = 18.44%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D655A2 (or 0xD655A2) is known color: Mulberry. HEX triplet: D6, 55 and A2. RGB value is (214,85,162). Sum of RGB (Red+Green+Blue) = 214+85+162=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 162 (63.67% from 255 or 35.14% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D655A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D655A2 is #29AA5D. Grayscale: #848484. Windows color (decimal): -2730590 or 10638806. OLE color: 10638806.

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

Color convert

RGB 214 85 162 -
CMYK 0 0.60 0.24 0.16
HSL 324.19º 0.61% 0.59% -
HSV(B) 324.19º 0.6% 0.84% -
XYZ 37.5 23.4 36.72 -
YUV 132.35 144.74 186.24 -
System Red Green Blue C M Y K H S L
Decimal 214 85 162 0 0.60 0.24 0.16 324.19 0.61 0.59
Hex D6 55 A2 0 3C 18 10 144 3D 3B
Octal 326 125 242 0 74 30 20 504 75 73
Binary 11010110 1010101 10100010 0 111100 11000 10000 101000100 111101 111011

Color Harmonies of #D655A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D655A2

Black with #D655A2

Text Example


Text Example

White with #D655A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D655A2; }

 p { color: rgb(214,85,162); }

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

background-color css

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

 a { background-color: rgb(214,85,162); }

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

border-color css

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

 span { border-color: rgb(214,85,162); }

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