Html Css Color HEX #DE5B83 Dark Pink

📋 copy color: '#DE5B83'

red 222 ◦ green 91 ◦ blue 131

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

Shades of Dark Pink #DE5B83

Tints of Dark Pink #DE5B83

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.5%

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

R = 50%
G = 20.5%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DE5B83 (or 0xDE5B83) is known color: Dark Pink. HEX triplet: DE, 5B and 83. RGB value is (222,91,131). Sum of RGB (Red+Green+Blue) = 222+91+131=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 131 (51.56% from 255 or 29.50% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5B83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5B83 is #21A47C. Grayscale: #868686. Windows color (decimal): -2204797 or 8608734. OLE color: 8608734.

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

Color convert

RGB 222 91 131 -
CMYK 0 0.59 0.41 0.13
HSL 341.68º 0.66% 0.61% -
HSV(B) 341.68º 0.59% 0.87% -
XYZ 37.96 24.65 24.23 -
YUV 134.73 125.9 190.25 -
System Red Green Blue C M Y K H S L
Decimal 222 91 131 0 0.59 0.41 0.13 341.68 0.66 0.61
Hex DE 5B 83 0 3B 29 D 156 42 3D
Octal 336 133 203 0 73 51 15 526 102 75
Binary 11011110 1011011 10000011 0 111011 101001 1101 101010110 1000010 111101

Color Harmonies of #DE5B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5B83

Black with #DE5B83

Text Example


Text Example

White with #DE5B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5B83; }

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

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

background-color css

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

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

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

border-color css

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

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

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