Html Css Color HEX #DE4D8F Dark Pink

📋 copy color: '#DE4D8F'

red 222 ◦ green 77 ◦ blue 143

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

Shades of Dark Pink #DE4D8F

Tints of Dark Pink #DE4D8F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.42%

 BLUE value IS 143 (56.25% from 255) = 32.35%

R = 50.23%
G = 17.42%
B = 32.35%

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

#DE4D8F (or 0xDE4D8F) is known color: Dark Pink. HEX triplet: DE, 4D and 8F. RGB value is (222,77,143). Sum of RGB (Red+Green+Blue) = 222+77+143=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 143 (56.25% from 255 or 32.35% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE4D8F is #21B270. Grayscale: #7F7F7F. Windows color (decimal): -2208369 or 9391582. OLE color: 9391582.

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

Color convert

RGB 222 77 143 -
CMYK 0 0.65 0.36 0.13
HSL 332.69º 0.69% 0.59% -
HSV(B) 332.69º 0.65% 0.87% -
XYZ 37.74 22.82 28.4 -
YUV 127.88 136.54 195.13 -
System Red Green Blue C M Y K H S L
Decimal 222 77 143 0 0.65 0.36 0.13 332.69 0.69 0.59
Hex DE 4D 8F 0 41 24 D 14D 45 3B
Octal 336 115 217 0 101 44 15 515 105 73
Binary 11011110 1001101 10001111 0 1000001 100100 1101 101001101 1000101 111011

Color Harmonies of #DE4D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4D8F

Black with #DE4D8F

Text Example


Text Example

White with #DE4D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4D8F; }

 p { color: rgb(222,77,143); }

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

background-color css

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

 a { background-color: rgb(222,77,143); }

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

border-color css

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

 span { border-color: rgb(222,77,143); }

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