Html Css Color HEX #DE5595 Dark Pink

📋 copy color: '#DE5595'

red 222 ◦ green 85 ◦ blue 149

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

Shades of Dark Pink #DE5595

Tints of Dark Pink #DE5595

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.64%

 BLUE value IS 149 (58.59% from 255) = 32.68%

R = 48.68%
G = 18.64%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DE5595 (or 0xDE5595) is known color: Dark Pink. HEX triplet: DE, 55 and 95. RGB value is (222,85,149). Sum of RGB (Red+Green+Blue) = 222+85+149=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 149 (58.59% from 255 or 32.68% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5595 is #21AA6A. Grayscale: #858585. Windows color (decimal): -2206315 or 9786846. OLE color: 9786846.

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

Color convert

RGB 222 85 149 -
CMYK 0 0.62 0.33 0.13
HSL 331.97º 0.67% 0.6% -
HSV(B) 331.97º 0.62% 0.87% -
XYZ 38.8 24.2 31.06 -
YUV 133.26 136.89 191.3 -
System Red Green Blue C M Y K H S L
Decimal 222 85 149 0 0.62 0.33 0.13 331.97 0.67 0.6
Hex DE 55 95 0 3E 21 D 14C 43 3C
Octal 336 125 225 0 76 41 15 514 103 74
Binary 11011110 1010101 10010101 0 111110 100001 1101 101001100 1000011 111100

Color Harmonies of #DE5595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5595

Black with #DE5595

Text Example


Text Example

White with #DE5595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5595; }

 p { color: rgb(222,85,149); }

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

background-color css

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

 a { background-color: rgb(222,85,149); }

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

border-color css

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

 span { border-color: rgb(222,85,149); }

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