Html Css Color HEX #D6568E Mulberry

📋 copy color: '#D6568E'

red 214 ◦ green 86 ◦ blue 142

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

Shades of Mulberry #D6568E

Tints of Mulberry #D6568E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.13%

R = 48.42%
G = 19.46%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6568E (or 0xD6568E) is known color: Mulberry. HEX triplet: D6, 56 and 8E. RGB value is (214,86,142). Sum of RGB (Red+Green+Blue) = 214+86+142=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D6568E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6568E is #29A971. Grayscale: #828282. Windows color (decimal): -2730354 or 9328342. OLE color: 9328342.

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

Color convert

RGB 214 86 142 -
CMYK 0 0.60 0.34 0.16
HSL 333.75º 0.61% 0.59% -
HSV(B) 333.75º 0.6% 0.84% -
XYZ 35.94 22.9 28.12 -
YUV 130.66 134.41 187.45 -
System Red Green Blue C M Y K H S L
Decimal 214 86 142 0 0.60 0.34 0.16 333.75 0.61 0.59
Hex D6 56 8E 0 3C 22 10 14E 3D 3B
Octal 326 126 216 0 74 42 20 516 75 73
Binary 11010110 1010110 10001110 0 111100 100010 10000 101001110 111101 111011

Color Harmonies of #D6568E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6568E

Black with #D6568E

Text Example


Text Example

White with #D6568E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6568E; }

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

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

background-color css

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

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

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

border-color css

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

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

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