Html Css Color HEX #DE568C Dark Pink

📋 copy color: '#DE568C'

red 222 ◦ green 86 ◦ blue 140

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

Shades of Dark Pink #DE568C

Tints of Dark Pink #DE568C

RGB

 RED value IS 222 (87.11% from 255) = 49.55%

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

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

R = 49.55%
G = 19.2%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DE568C (or 0xDE568C) is known color: Dark Pink. HEX triplet: DE, 56 and 8C. RGB value is (222,86,140). Sum of RGB (Red+Green+Blue) = 222+86+140=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DE568C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE568C is #21A973. Grayscale: #848484. Windows color (decimal): -2206068 or 9197278. OLE color: 9197278.

HSL color Cylindrical-coordinate representation of color #DE568C: hue angle of 336.18º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DE568C is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 86 140 -
CMYK 0 0.61 0.37 0.13
HSL 336.18º 0.67% 0.6% -
HSV(B) 336.18º 0.61% 0.87% -
XYZ 38.19 24.08 27.45 -
YUV 132.82 132.06 191.61 -
System Red Green Blue C M Y K H S L
Decimal 222 86 140 0 0.61 0.37 0.13 336.18 0.67 0.6
Hex DE 56 8C 0 3D 25 D 150 43 3C
Octal 336 126 214 0 75 45 15 520 103 74
Binary 11011110 1010110 10001100 0 111101 100101 1101 101010000 1000011 111100

Color Harmonies of #DE568C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE568C

Black with #DE568C

Text Example


Text Example

White with #DE568C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE568C; }

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

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

background-color css

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

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

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

border-color css

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

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

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