Html Css Color HEX #DA568F Dark Pink

📋 copy color: '#DA568F'

red 218 ◦ green 86 ◦ blue 143

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

Shades of Dark Pink #DA568F

Tints of Dark Pink #DA568F

RGB

 RED value IS 218 (85.55% from 255) = 48.77%

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

 BLUE value IS 143 (56.25% from 255) = 31.99%

R = 48.77%
G = 19.24%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA568F (or 0xDA568F) is known color: Dark Pink. HEX triplet: DA, 56 and 8F. RGB value is (218,86,143). Sum of RGB (Red+Green+Blue) = 218+86+143=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 86 (33.98% from 255 or 19.24% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA568F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA568F is #25A970. Grayscale: #838383. Windows color (decimal): -2468209 or 9393882. OLE color: 9393882.

HSL color Cylindrical-coordinate representation of color #DA568F: hue angle of 334.09º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA568F is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 86 143 -
CMYK 0 0.61 0.34 0.15
HSL 334.09º 0.64% 0.6% -
HSV(B) 334.09º 0.61% 0.85% -
XYZ 37.2 23.54 28.57 -
YUV 131.97 134.23 189.37 -
System Red Green Blue C M Y K H S L
Decimal 218 86 143 0 0.61 0.34 0.15 334.09 0.64 0.6
Hex DA 56 8F 0 3D 22 F 14E 40 3C
Octal 332 126 217 0 75 42 17 516 100 74
Binary 11011010 1010110 10001111 0 111101 100010 1111 101001110 1000000 111100

Color Harmonies of #DA568F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA568F

Black with #DA568F

Text Example


Text Example

White with #DA568F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA568F; }

 p { color: rgb(218,86,143); }

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

background-color css

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

 a { background-color: rgb(218,86,143); }

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

border-color css

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

 span { border-color: rgb(218,86,143); }

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