Html Css Color HEX #DE5B8F Dark Pink

📋 copy color: '#DE5B8F'

red 222 ◦ green 91 ◦ blue 143

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

Shades of Dark Pink #DE5B8F

Tints of Dark Pink #DE5B8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.36%

R = 48.68%
G = 19.96%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DE5B8F (or 0xDE5B8F) is known color: Dark Pink. HEX triplet: DE, 5B and 8F. RGB value is (222,91,143). Sum of RGB (Red+Green+Blue) = 222+91+143=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 91 (35.94% from 255 or 19.96% from 456); Blue value is 143 (56.25% from 255 or 31.36% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5B8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5B8F is #21A470. Grayscale: #888888. Windows color (decimal): -2204785 or 9395166. OLE color: 9395166.

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

Color convert

RGB 222 91 143 -
CMYK 0 0.59 0.36 0.13
HSL 336.18º 0.66% 0.61% -
HSV(B) 336.18º 0.59% 0.87% -
XYZ 38.82 24.99 28.76 -
YUV 136.1 131.9 189.27 -
System Red Green Blue C M Y K H S L
Decimal 222 91 143 0 0.59 0.36 0.13 336.18 0.66 0.61
Hex DE 5B 8F 0 3B 24 D 150 42 3D
Octal 336 133 217 0 73 44 15 520 102 75
Binary 11011110 1011011 10001111 0 111011 100100 1101 101010000 1000010 111101

Color Harmonies of #DE5B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5B8F

Black with #DE5B8F

Text Example


Text Example

White with #DE5B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5B8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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