Html Css Color HEX #DE5682 Dark Pink

📋 copy color: '#DE5682'

red 222 ◦ green 86 ◦ blue 130

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

Shades of Dark Pink #DE5682

Tints of Dark Pink #DE5682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.68%

R = 50.68%
G = 19.63%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DE5682 (or 0xDE5682) is known color: Dark Pink. HEX triplet: DE, 56 and 82. RGB value is (222,86,130). Sum of RGB (Red+Green+Blue) = 222+86+130=438 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.68% from 438); Green value is 86 (33.98% from 255 or 19.63% from 438); Blue value is 130 (51.17% from 255 or 29.68% from 438); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5682 is #21A97D. Grayscale: #838383. Windows color (decimal): -2206078 or 8541918. OLE color: 8541918.

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

Color convert

RGB 222 86 130 -
CMYK 0 0.61 0.41 0.13
HSL 340.59º 0.67% 0.6% -
HSV(B) 340.59º 0.61% 0.87% -
XYZ 37.48 23.8 23.74 -
YUV 131.68 127.06 192.42 -
System Red Green Blue C M Y K H S L
Decimal 222 86 130 0 0.61 0.41 0.13 340.59 0.67 0.6
Hex DE 56 82 0 3D 29 D 155 43 3C
Octal 336 126 202 0 75 51 15 525 103 74
Binary 11011110 1010110 10000010 0 111101 101001 1101 101010101 1000011 111100

Color Harmonies of #DE5682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5682

Black with #DE5682

Text Example


Text Example

White with #DE5682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5682; }

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

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

background-color css

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

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

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

border-color css

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

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

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