Html Css Color HEX #DE548D Dark Pink

📋 copy color: '#DE548D'

red 222 ◦ green 84 ◦ blue 141

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

Shades of Dark Pink #DE548D

Tints of Dark Pink #DE548D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.79%

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

R = 49.66%
G = 18.79%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DE548D (or 0xDE548D) is known color: Dark Pink. HEX triplet: DE, 54 and 8D. RGB value is (222,84,141). Sum of RGB (Red+Green+Blue) = 222+84+141=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 84 (33.20% from 255 or 18.79% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DE548D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE548D is #21AB72. Grayscale: #838383. Windows color (decimal): -2206579 or 9262302. OLE color: 9262302.

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

Color convert

RGB 222 84 141 -
CMYK 0 0.62 0.36 0.13
HSL 335.22º 0.68% 0.6% -
HSV(B) 335.22º 0.62% 0.87% -
XYZ 38.1 23.79 27.78 -
YUV 131.76 133.22 192.37 -
System Red Green Blue C M Y K H S L
Decimal 222 84 141 0 0.62 0.36 0.13 335.22 0.68 0.6
Hex DE 54 8D 0 3E 24 D 14F 44 3C
Octal 336 124 215 0 76 44 15 517 104 74
Binary 11011110 1010100 10001101 0 111110 100100 1101 101001111 1000100 111100

Color Harmonies of #DE548D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE548D

Black with #DE548D

Text Example


Text Example

White with #DE548D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE548D; }

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

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

background-color css

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

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

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

border-color css

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

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

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