Html Css Color HEX #D655AC Mulberry

📋 copy color: '#D655AC'

red 214 ◦ green 85 ◦ blue 172

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

Shades of Mulberry #D655AC

Tints of Mulberry #D655AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.52%

R = 45.44%
G = 18.05%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D655AC (or 0xD655AC) is known color: Mulberry. HEX triplet: D6, 55 and AC. RGB value is (214,85,172). Sum of RGB (Red+Green+Blue) = 214+85+172=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D655AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D655AC is #29AA53. Grayscale: #858585. Windows color (decimal): -2730580 or 11294166. OLE color: 11294166.

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

Color convert

RGB 214 85 172 -
CMYK 0 0.60 0.20 0.16
HSL 319.53º 0.61% 0.59% -
HSV(B) 319.53º 0.6% 0.84% -
XYZ 38.43 23.77 41.59 -
YUV 133.49 149.74 185.43 -
System Red Green Blue C M Y K H S L
Decimal 214 85 172 0 0.60 0.20 0.16 319.53 0.61 0.59
Hex D6 55 AC 0 3C 14 10 140 3D 3B
Octal 326 125 254 0 74 24 20 500 75 73
Binary 11010110 1010101 10101100 0 111100 10100 10000 101000000 111101 111011

Color Harmonies of #D655AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D655AC

Black with #D655AC

Text Example


Text Example

White with #D655AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D655AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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