Html Css Color HEX #D7568B Dark Pink

📋 copy color: '#D7568B'

red 215 ◦ green 86 ◦ blue 139

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

Shades of Dark Pink #D7568B

Tints of Dark Pink #D7568B

RGB

 RED value IS 215 (84.38% from 255) = 48.86%

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

 BLUE value IS 139 (54.69% from 255) = 31.59%

R = 48.86%
G = 19.55%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D7568B (or 0xD7568B) is known color: Dark Pink. HEX triplet: D7, 56 and 8B. RGB value is (215,86,139). Sum of RGB (Red+Green+Blue) = 215+86+139=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 86 (33.98% from 255 or 19.55% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D7568B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7568B is #28A974. Grayscale: #828282. Windows color (decimal): -2664821 or 9131735. OLE color: 9131735.

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

Color convert

RGB 215 86 139 -
CMYK 0 0.6 0.35 0.16
HSL 335.35º 0.62% 0.59% -
HSV(B) 335.35º 0.6% 0.84% -
XYZ 36.01 22.97 26.96 -
YUV 130.61 132.74 188.19 -
System Red Green Blue C M Y K H S L
Decimal 215 86 139 0 0.6 0.35 0.16 335.35 0.62 0.59
Hex D7 56 8B 0 3C 23 10 14F 3E 3B
Octal 327 126 213 0 74 43 20 517 76 73
Binary 11010111 1010110 10001011 0 111100 100011 10000 101001111 111110 111011

Color Harmonies of #D7568B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7568B

Black with #D7568B

Text Example


Text Example

White with #D7568B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7568B; }

 p { color: rgb(215,86,139); }

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

background-color css

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

 a { background-color: rgb(215,86,139); }

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

border-color css

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

 span { border-color: rgb(215,86,139); }

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