Html Css Color HEX #D6568C Mulberry

📋 copy color: '#D6568C'

red 214 ◦ green 86 ◦ blue 140

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

Shades of Mulberry #D6568C

Tints of Mulberry #D6568C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.82%

R = 48.64%
G = 19.55%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6568C (or 0xD6568C) is known color: Mulberry. HEX triplet: D6, 56 and 8C. RGB value is (214,86,140). Sum of RGB (Red+Green+Blue) = 214+86+140=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 86 (33.98% from 255 or 19.55% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D6568C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6568C is #29A973. Grayscale: #828282. Windows color (decimal): -2730356 or 9197270. OLE color: 9197270.

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

Color convert

RGB 214 86 140 -
CMYK 0 0.60 0.35 0.16
HSL 334.69º 0.61% 0.59% -
HSV(B) 334.69º 0.6% 0.84% -
XYZ 35.79 22.85 27.33 -
YUV 130.43 133.41 187.61 -
System Red Green Blue C M Y K H S L
Decimal 214 86 140 0 0.60 0.35 0.16 334.69 0.61 0.59
Hex D6 56 8C 0 3C 23 10 14F 3D 3B
Octal 326 126 214 0 74 43 20 517 75 73
Binary 11010110 1010110 10001100 0 111100 100011 10000 101001111 111101 111011

Color Harmonies of #D6568C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6568C

Black with #D6568C

Text Example


Text Example

White with #D6568C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6568C; }

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

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

background-color css

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

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

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

border-color css

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

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

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