Html Css Color HEX #DE627C Dark Pink

📋 copy color: '#DE627C'

red 222 ◦ green 98 ◦ blue 124

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

Shades of Dark Pink #DE627C

Tints of Dark Pink #DE627C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.07%

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

R = 50%
G = 22.07%
B = 27.93%

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

#DE627C (or 0xDE627C) is known color: Dark Pink. HEX triplet: DE, 62 and 7C. RGB value is (222,98,124). Sum of RGB (Red+Green+Blue) = 222+98+124=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 98 (38.67% from 255 or 22.07% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DE627C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE627C is #219D83. Grayscale: #8A8A8A. Windows color (decimal): -2203012 or 8151774. OLE color: 8151774.

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

Color convert

RGB 222 98 124 -
CMYK 0 0.56 0.44 0.13
HSL 347.42º 0.65% 0.63% -
HSV(B) 347.42º 0.56% 0.87% -
XYZ 38.13 25.72 22.02 -
YUV 138.04 120.08 187.89 -
System Red Green Blue C M Y K H S L
Decimal 222 98 124 0 0.56 0.44 0.13 347.42 0.65 0.63
Hex DE 62 7C 0 38 2C D 15B 41 3F
Octal 336 142 174 0 70 54 15 533 101 77
Binary 11011110 1100010 1111100 0 111000 101100 1101 101011011 1000001 111111

Color Harmonies of #DE627C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE627C

Black with #DE627C

Text Example


Text Example

White with #DE627C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE627C; }

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

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

background-color css

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

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

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

border-color css

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

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

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