Html Css Color HEX #DE5883 Dark Pink

📋 copy color: '#DE5883'

red 222 ◦ green 88 ◦ blue 131

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

Shades of Dark Pink #DE5883

Tints of Dark Pink #DE5883

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.95%

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

R = 50.34%
G = 19.95%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DE5883 (or 0xDE5883) is known color: Dark Pink. HEX triplet: DE, 58 and 83. RGB value is (222,88,131). Sum of RGB (Red+Green+Blue) = 222+88+131=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 131 (51.56% from 255 or 29.71% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5883 is #21A77C. Grayscale: #848484. Windows color (decimal): -2205565 or 8607966. OLE color: 8607966.

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

Color convert

RGB 222 88 131 -
CMYK 0 0.60 0.41 0.13
HSL 340.75º 0.67% 0.61% -
HSV(B) 340.75º 0.6% 0.87% -
XYZ 37.71 24.15 24.15 -
YUV 132.97 126.89 191.5 -
System Red Green Blue C M Y K H S L
Decimal 222 88 131 0 0.60 0.41 0.13 340.75 0.67 0.61
Hex DE 58 83 0 3C 29 D 155 43 3D
Octal 336 130 203 0 74 51 15 525 103 75
Binary 11011110 1011000 10000011 0 111100 101001 1101 101010101 1000011 111101

Color Harmonies of #DE5883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5883

Black with #DE5883

Text Example


Text Example

White with #DE5883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5883; }

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

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

background-color css

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

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

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

border-color css

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

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

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