Html Css Color HEX #DE4F89 Dark Pink

📋 copy color: '#DE4F89'

red 222 ◦ green 79 ◦ blue 137

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

Shades of Dark Pink #DE4F89

Tints of Dark Pink #DE4F89

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.04%

 BLUE value IS 137 (53.91% from 255) = 31.28%

R = 50.68%
G = 18.04%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DE4F89 (or 0xDE4F89) is known color: Dark Pink. HEX triplet: DE, 4F and 89. RGB value is (222,79,137). Sum of RGB (Red+Green+Blue) = 222+79+137=438 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.68% from 438); Green value is 79 (31.25% from 255 or 18.04% from 438); Blue value is 137 (53.91% from 255 or 31.28% from 438); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE4F89 is #21B076. Grayscale: #808080. Windows color (decimal): -2207863 or 8998878. OLE color: 8998878.

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

Color convert

RGB 222 79 137 -
CMYK 0 0.64 0.38 0.13
HSL 335.66º 0.68% 0.59% -
HSV(B) 335.66º 0.64% 0.87% -
XYZ 37.44 22.93 26.12 -
YUV 128.37 132.88 194.78 -
System Red Green Blue C M Y K H S L
Decimal 222 79 137 0 0.64 0.38 0.13 335.66 0.68 0.59
Hex DE 4F 89 0 40 26 D 150 44 3B
Octal 336 117 211 0 100 46 15 520 104 73
Binary 11011110 1001111 10001001 0 1000000 100110 1101 101010000 1000100 111011

Color Harmonies of #DE4F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4F89

Black with #DE4F89

Text Example


Text Example

White with #DE4F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4F89; }

 p { color: rgb(222,79,137); }

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

background-color css

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

 a { background-color: rgb(222,79,137); }

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

border-color css

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

 span { border-color: rgb(222,79,137); }

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