Html Css Color HEX #D8568A Dark Pink

📋 copy color: '#D8568A'

red 216 ◦ green 86 ◦ blue 138

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

Shades of Dark Pink #D8568A

Tints of Dark Pink #D8568A

RGB

 RED value IS 216 (84.77% from 255) = 49.09%

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

 BLUE value IS 138 (54.3% from 255) = 31.36%

R = 49.09%
G = 19.55%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D8568A (or 0xD8568A) is known color: Dark Pink. HEX triplet: D8, 56 and 8A. RGB value is (216,86,138). Sum of RGB (Red+Green+Blue) = 216+86+138=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 86 (33.98% from 255 or 19.55% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 216 - color contains mainly: red. Hex color #D8568A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8568A is #27A975. Grayscale: #828282. Windows color (decimal): -2599286 or 9066200. OLE color: 9066200.

HSL color Cylindrical-coordinate representation of color #D8568A: hue angle of 336º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D8568A is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 86 138 -
CMYK 0 0.60 0.36 0.15
HSL 336º 0.63% 0.59% -
HSV(B) 336º 0.6% 0.85% -
XYZ 36.23 23.09 26.59 -
YUV 130.8 132.07 188.77 -
System Red Green Blue C M Y K H S L
Decimal 216 86 138 0 0.60 0.36 0.15 336 0.63 0.59
Hex D8 56 8A 0 3C 24 F 150 3E 3B
Octal 330 126 212 0 74 44 17 520 76 73
Binary 11011000 1010110 10001010 0 111100 100100 1111 101010000 111110 111011

Color Harmonies of #D8568A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8568A

Black with #D8568A

Text Example


Text Example

White with #D8568A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8568A; }

 p { color: rgb(216,86,138); }

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

background-color css

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

 a { background-color: rgb(216,86,138); }

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

border-color css

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

 span { border-color: rgb(216,86,138); }

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