Html Css Color HEX #DE5785 Dark Pink

📋 copy color: '#DE5785'

red 222 ◦ green 87 ◦ blue 133

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

Shades of Dark Pink #DE5785

Tints of Dark Pink #DE5785

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.68%

 BLUE value IS 133 (52.34% from 255) = 30.09%

R = 50.23%
G = 19.68%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DE5785 (or 0xDE5785) is known color: Dark Pink. HEX triplet: DE, 57 and 85. RGB value is (222,87,133). Sum of RGB (Red+Green+Blue) = 222+87+133=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 87 (34.38% from 255 or 19.68% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5785 is #21A87A. Grayscale: #848484. Windows color (decimal): -2205819 or 8738782. OLE color: 8738782.

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

Color convert

RGB 222 87 133 -
CMYK 0 0.61 0.40 0.13
HSL 339.56º 0.67% 0.61% -
HSV(B) 339.56º 0.61% 0.87% -
XYZ 37.77 24.04 24.84 -
YUV 132.61 128.23 191.76 -
System Red Green Blue C M Y K H S L
Decimal 222 87 133 0 0.61 0.40 0.13 339.56 0.67 0.61
Hex DE 57 85 0 3D 28 D 154 43 3D
Octal 336 127 205 0 75 50 15 524 103 75
Binary 11011110 1010111 10000101 0 111101 101000 1101 101010100 1000011 111101

Color Harmonies of #DE5785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5785

Black with #DE5785

Text Example


Text Example

White with #DE5785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5785; }

 p { color: rgb(222,87,133); }

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

background-color css

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

 a { background-color: rgb(222,87,133); }

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

border-color css

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

 span { border-color: rgb(222,87,133); }

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