Html Css Color HEX #DE598A Dark Pink

📋 copy color: '#DE598A'

red 222 ◦ green 89 ◦ blue 138

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

Shades of Dark Pink #DE598A

Tints of Dark Pink #DE598A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.82%

 BLUE value IS 138 (54.3% from 255) = 30.73%

R = 49.44%
G = 19.82%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DE598A (or 0xDE598A) is known color: Dark Pink. HEX triplet: DE, 59 and 8A. RGB value is (222,89,138). Sum of RGB (Red+Green+Blue) = 222+89+138=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DE598A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE598A is #21A675. Grayscale: #868686. Windows color (decimal): -2205302 or 9066974. OLE color: 9066974.

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

Color convert

RGB 222 89 138 -
CMYK 0 0.60 0.38 0.13
HSL 337.89º 0.67% 0.61% -
HSV(B) 337.89º 0.6% 0.87% -
XYZ 38.28 24.51 26.76 -
YUV 134.35 130.06 190.52 -
System Red Green Blue C M Y K H S L
Decimal 222 89 138 0 0.60 0.38 0.13 337.89 0.67 0.61
Hex DE 59 8A 0 3C 26 D 152 43 3D
Octal 336 131 212 0 74 46 15 522 103 75
Binary 11011110 1011001 10001010 0 111100 100110 1101 101010010 1000011 111101

Color Harmonies of #DE598A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE598A

Black with #DE598A

Text Example


Text Example

White with #DE598A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE598A; }

 p { color: rgb(222,89,138); }

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

background-color css

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

 a { background-color: rgb(222,89,138); }

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

border-color css

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

 span { border-color: rgb(222,89,138); }

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