Html Css Color HEX #DE5083 Dark Pink

📋 copy color: '#DE5083'

red 222 ◦ green 80 ◦ blue 131

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

Shades of Dark Pink #DE5083

Tints of Dark Pink #DE5083

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.48%

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

R = 51.27%
G = 18.48%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DE5083 (or 0xDE5083) is known color: Dark Pink. HEX triplet: DE, 50 and 83. RGB value is (222,80,131). Sum of RGB (Red+Green+Blue) = 222+80+131=433 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.27% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 131 (51.56% from 255 or 30.25% from 433); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5083 is #21AF7C. Grayscale: #808080. Windows color (decimal): -2207613 or 8605918. OLE color: 8605918.

HSL color Cylindrical-coordinate representation of color #DE5083: hue angle of 338.45º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE5083 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 80 131 -
CMYK 0 0.64 0.41 0.13
HSL 338.45º 0.68% 0.59% -
HSV(B) 338.45º 0.64% 0.87% -
XYZ 37.09 22.91 23.94 -
YUV 128.27 129.54 194.85 -
System Red Green Blue C M Y K H S L
Decimal 222 80 131 0 0.64 0.41 0.13 338.45 0.68 0.59
Hex DE 50 83 0 40 29 D 152 44 3B
Octal 336 120 203 0 100 51 15 522 104 73
Binary 11011110 1010000 10000011 0 1000000 101001 1101 101010010 1000100 111011

Color Harmonies of #DE5083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5083

Black with #DE5083

Text Example


Text Example

White with #DE5083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5083; }

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

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

background-color css

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

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

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

border-color css

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

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

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