Html Css Color HEX #D9568C Dark Pink

📋 copy color: '#D9568C'

red 217 ◦ green 86 ◦ blue 140

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

Shades of Dark Pink #D9568C

Tints of Dark Pink #D9568C

RGB

 RED value IS 217 (85.16% from 255) = 48.98%

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

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

R = 48.98%
G = 19.41%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9568C (or 0xD9568C) is known color: Dark Pink. HEX triplet: D9, 56 and 8C. RGB value is (217,86,140). Sum of RGB (Red+Green+Blue) = 217+86+140=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D9568C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9568C is #26A973. Grayscale: #838383. Windows color (decimal): -2533748 or 9197273. OLE color: 9197273.

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

Color convert

RGB 217 86 140 -
CMYK 0 0.60 0.35 0.15
HSL 335.27º 0.63% 0.59% -
HSV(B) 335.27º 0.6% 0.85% -
XYZ 36.68 23.3 27.38 -
YUV 131.33 132.9 189.11 -
System Red Green Blue C M Y K H S L
Decimal 217 86 140 0 0.60 0.35 0.15 335.27 0.63 0.59
Hex D9 56 8C 0 3C 23 F 14F 3F 3B
Octal 331 126 214 0 74 43 17 517 77 73
Binary 11011001 1010110 10001100 0 111100 100011 1111 101001111 111111 111011

Color Harmonies of #D9568C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9568C

Black with #D9568C

Text Example


Text Example

White with #D9568C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9568C; }

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

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

background-color css

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

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

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

border-color css

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

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

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