Html Css Color HEX #DE528D Dark Pink

📋 copy color: '#DE528D'

red 222 ◦ green 82 ◦ blue 141

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

Shades of Dark Pink #DE528D

Tints of Dark Pink #DE528D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.69%

R = 49.89%
G = 18.43%
B = 31.69%

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

#DE528D (or 0xDE528D) is known color: Dark Pink. HEX triplet: DE, 52 and 8D. RGB value is (222,82,141). Sum of RGB (Red+Green+Blue) = 222+82+141=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 82 (32.42% from 255 or 18.43% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 222 - color contains mainly: red. Hex color #DE528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE528D is #21AD72. Grayscale: #828282. Windows color (decimal): -2207091 or 9261790. OLE color: 9261790.

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

Color convert

RGB 222 82 141 -
CMYK 0 0.63 0.36 0.13
HSL 334.71º 0.68% 0.6% -
HSV(B) 334.71º 0.63% 0.87% -
XYZ 37.95 23.49 27.73 -
YUV 130.59 133.88 193.2 -
System Red Green Blue C M Y K H S L
Decimal 222 82 141 0 0.63 0.36 0.13 334.71 0.68 0.6
Hex DE 52 8D 0 3F 24 D 14F 44 3C
Octal 336 122 215 0 77 44 15 517 104 74
Binary 11011110 1010010 10001101 0 111111 100100 1101 101001111 1000100 111100

Color Harmonies of #DE528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE528D

Black with #DE528D

Text Example


Text Example

White with #DE528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE528D; }

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

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

background-color css

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

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

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

border-color css

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

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

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