Html Css Color HEX #DE5683 Dark Pink

📋 copy color: '#DE5683'

red 222 ◦ green 86 ◦ blue 131

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

Shades of Dark Pink #DE5683

Tints of Dark Pink #DE5683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.84%

R = 50.57%
G = 19.59%
B = 29.84%

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

#DE5683 (or 0xDE5683) is known color: Dark Pink. HEX triplet: DE, 56 and 83. RGB value is (222,86,131). Sum of RGB (Red+Green+Blue) = 222+86+131=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 86 (33.98% from 255 or 19.59% from 439); Blue value is 131 (51.56% from 255 or 29.84% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5683 is #21A97C. Grayscale: #838383. Windows color (decimal): -2206077 or 8607454. OLE color: 8607454.

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

Color convert

RGB 222 86 131 -
CMYK 0 0.61 0.41 0.13
HSL 340.15º 0.67% 0.6% -
HSV(B) 340.15º 0.61% 0.87% -
XYZ 37.55 23.82 24.09 -
YUV 131.79 127.56 192.34 -
System Red Green Blue C M Y K H S L
Decimal 222 86 131 0 0.61 0.41 0.13 340.15 0.67 0.6
Hex DE 56 83 0 3D 29 D 154 43 3C
Octal 336 126 203 0 75 51 15 524 103 74
Binary 11011110 1010110 10000011 0 111101 101001 1101 101010100 1000011 111100

Color Harmonies of #DE5683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5683

Black with #DE5683

Text Example


Text Example

White with #DE5683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5683; }

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

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

background-color css

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

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

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

border-color css

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

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

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