Html Css Color HEX #DE4E8D Dark Pink

📋 copy color: '#DE4E8D'

red 222 ◦ green 78 ◦ blue 141

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

Shades of Dark Pink #DE4E8D

Tints of Dark Pink #DE4E8D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.69%

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

R = 50.34%
G = 17.69%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DE4E8D (or 0xDE4E8D) is known color: Dark Pink. HEX triplet: DE, 4E and 8D. RGB value is (222,78,141). Sum of RGB (Red+Green+Blue) = 222+78+141=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 78 (30.86% from 255 or 17.69% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE4E8D is #21B172. Grayscale: #808080. Windows color (decimal): -2208115 or 9260766. OLE color: 9260766.

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

Color convert

RGB 222 78 141 -
CMYK 0 0.65 0.36 0.13
HSL 333.75º 0.69% 0.59% -
HSV(B) 333.75º 0.65% 0.87% -
XYZ 37.66 22.9 27.64 -
YUV 128.24 135.21 194.88 -
System Red Green Blue C M Y K H S L
Decimal 222 78 141 0 0.65 0.36 0.13 333.75 0.69 0.59
Hex DE 4E 8D 0 41 24 D 14E 45 3B
Octal 336 116 215 0 101 44 15 516 105 73
Binary 11011110 1001110 10001101 0 1000001 100100 1101 101001110 1000101 111011

Color Harmonies of #DE4E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4E8D

Black with #DE4E8D

Text Example


Text Example

White with #DE4E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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