Html Css Color HEX #DE528E Dark Pink

📋 copy color: '#DE528E'

red 222 ◦ green 82 ◦ blue 142

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

Shades of Dark Pink #DE528E

Tints of Dark Pink #DE528E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.39%

 BLUE value IS 142 (55.86% from 255) = 31.84%

R = 49.78%
G = 18.39%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DE528E (or 0xDE528E) is known color: Dark Pink. HEX triplet: DE, 52 and 8E. RGB value is (222,82,142). Sum of RGB (Red+Green+Blue) = 222+82+142=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 82 (32.42% from 255 or 18.39% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DE528E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE528E is #21AD71. Grayscale: #828282. Windows color (decimal): -2207090 or 9327326. OLE color: 9327326.

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

Color convert

RGB 222 82 142 -
CMYK 0 0.63 0.36 0.13
HSL 334.29º 0.68% 0.6% -
HSV(B) 334.29º 0.63% 0.87% -
XYZ 38.02 23.52 28.13 -
YUV 130.7 134.38 193.12 -
System Red Green Blue C M Y K H S L
Decimal 222 82 142 0 0.63 0.36 0.13 334.29 0.68 0.6
Hex DE 52 8E 0 3F 24 D 14E 44 3C
Octal 336 122 216 0 77 44 15 516 104 74
Binary 11011110 1010010 10001110 0 111111 100100 1101 101001110 1000100 111100

Color Harmonies of #DE528E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE528E

Black with #DE528E

Text Example


Text Example

White with #DE528E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE528E; }

 p { color: rgb(222,82,142); }

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

background-color css

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

 a { background-color: rgb(222,82,142); }

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

border-color css

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

 span { border-color: rgb(222,82,142); }

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