Html Css Color HEX #DE5B8B Dark Pink

📋 copy color: '#DE5B8B'

red 222 ◦ green 91 ◦ blue 139

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

Shades of Dark Pink #DE5B8B

Tints of Dark Pink #DE5B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.75%

R = 49.12%
G = 20.13%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DE5B8B (or 0xDE5B8B) is known color: Dark Pink. HEX triplet: DE, 5B and 8B. RGB value is (222,91,139). Sum of RGB (Red+Green+Blue) = 222+91+139=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 91 (35.94% from 255 or 20.13% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5B8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5B8B is #21A474. Grayscale: #878787. Windows color (decimal): -2204789 or 9133022. OLE color: 9133022.

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

Color convert

RGB 222 91 139 -
CMYK 0 0.59 0.37 0.13
HSL 338.02º 0.66% 0.61% -
HSV(B) 338.02º 0.59% 0.87% -
XYZ 38.53 24.88 27.2 -
YUV 135.64 129.9 189.6 -
System Red Green Blue C M Y K H S L
Decimal 222 91 139 0 0.59 0.37 0.13 338.02 0.66 0.61
Hex DE 5B 8B 0 3B 25 D 152 42 3D
Octal 336 133 213 0 73 45 15 522 102 75
Binary 11011110 1011011 10001011 0 111011 100101 1101 101010010 1000010 111101

Color Harmonies of #DE5B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5B8B

Black with #DE5B8B

Text Example


Text Example

White with #DE5B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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