Html Css Color HEX #DE568E Dark Pink

📋 copy color: '#DE568E'

red 222 ◦ green 86 ◦ blue 142

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

Shades of Dark Pink #DE568E

Tints of Dark Pink #DE568E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31.56%

R = 49.33%
G = 19.11%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DE568E (or 0xDE568E) is known color: Dark Pink. HEX triplet: DE, 56 and 8E. RGB value is (222,86,142). Sum of RGB (Red+Green+Blue) = 222+86+142=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 86 (33.98% from 255 or 19.11% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DE568E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE568E is #21A971. Grayscale: #848484. Windows color (decimal): -2206066 or 9328350. OLE color: 9328350.

HSL color Cylindrical-coordinate representation of color #DE568E: hue angle of 335.29º 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 #DE568E is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 86 142 -
CMYK 0 0.61 0.36 0.13
HSL 335.29º 0.67% 0.6% -
HSV(B) 335.29º 0.61% 0.87% -
XYZ 38.33 24.14 28.23 -
YUV 133.05 133.06 191.45 -
System Red Green Blue C M Y K H S L
Decimal 222 86 142 0 0.61 0.36 0.13 335.29 0.67 0.6
Hex DE 56 8E 0 3D 24 D 14F 43 3C
Octal 336 126 216 0 75 44 15 517 103 74
Binary 11011110 1010110 10001110 0 111101 100100 1101 101001111 1000011 111100

Color Harmonies of #DE568E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE568E

Black with #DE568E

Text Example


Text Example

White with #DE568E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE568E; }

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

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

background-color css

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

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

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

border-color css

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

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

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