Html Css Color HEX #DE578A Dark Pink

📋 copy color: '#DE578A'

red 222 ◦ green 87 ◦ blue 138

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

Shades of Dark Pink #DE578A

Tints of Dark Pink #DE578A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.46%

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

R = 49.66%
G = 19.46%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DE578A (or 0xDE578A) is known color: Dark Pink. HEX triplet: DE, 57 and 8A. RGB value is (222,87,138). Sum of RGB (Red+Green+Blue) = 222+87+138=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 87 (34.38% from 255 or 19.46% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DE578A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE578A is #21A875. Grayscale: #858585. Windows color (decimal): -2205814 or 9066462. OLE color: 9066462.

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

Color convert

RGB 222 87 138 -
CMYK 0 0.61 0.38 0.13
HSL 337.33º 0.67% 0.61% -
HSV(B) 337.33º 0.61% 0.87% -
XYZ 38.12 24.18 26.7 -
YUV 133.18 130.73 191.35 -
System Red Green Blue C M Y K H S L
Decimal 222 87 138 0 0.61 0.38 0.13 337.33 0.67 0.61
Hex DE 57 8A 0 3D 26 D 151 43 3D
Octal 336 127 212 0 75 46 15 521 103 75
Binary 11011110 1010111 10001010 0 111101 100110 1101 101010001 1000011 111101

Color Harmonies of #DE578A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE578A

Black with #DE578A

Text Example


Text Example

White with #DE578A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE578A; }

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

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

background-color css

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

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

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

border-color css

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

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

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