Html Css Color HEX #DE617C Dark Pink

📋 copy color: '#DE617C'

red 222 ◦ green 97 ◦ blue 124

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

Shades of Dark Pink #DE617C

Tints of Dark Pink #DE617C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.9%

 BLUE value IS 124 (48.83% from 255) = 27.99%

R = 50.11%
G = 21.9%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DE617C (or 0xDE617C) is known color: Dark Pink. HEX triplet: DE, 61 and 7C. RGB value is (222,97,124). Sum of RGB (Red+Green+Blue) = 222+97+124=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 97 (38.28% from 255 or 21.90% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DE617C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE617C is #219E83. Grayscale: #898989. Windows color (decimal): -2203268 or 8151518. OLE color: 8151518.

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

Color convert

RGB 222 97 124 -
CMYK 0 0.56 0.44 0.13
HSL 347.04º 0.65% 0.63% -
HSV(B) 347.04º 0.56% 0.87% -
XYZ 38.04 25.53 21.99 -
YUV 137.45 120.41 188.3 -
System Red Green Blue C M Y K H S L
Decimal 222 97 124 0 0.56 0.44 0.13 347.04 0.65 0.63
Hex DE 61 7C 0 38 2C D 15B 41 3F
Octal 336 141 174 0 70 54 15 533 101 77
Binary 11011110 1100001 1111100 0 111000 101100 1101 101011011 1000001 111111

Color Harmonies of #DE617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE617C

Black with #DE617C

Text Example


Text Example

White with #DE617C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE617C; }

 p { color: rgb(222,97,124); }

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

background-color css

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

 a { background-color: rgb(222,97,124); }

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

border-color css

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

 span { border-color: rgb(222,97,124); }

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