Html Css Color HEX #DE7D7C Sea Pink

📋 copy color: '#DE7D7C'

red 222 ◦ green 125 ◦ blue 124

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

Shades of Sea Pink #DE7D7C

Tints of Sea Pink #DE7D7C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.54%

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

R = 47.13%
G = 26.54%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DE7D7C (or 0xDE7D7C) is known color: Sea Pink. HEX triplet: DE, 7D and 7C. RGB value is (222,125,124). Sum of RGB (Red+Green+Blue) = 222+125+124=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7D7C is #218283. Grayscale: #999999. Windows color (decimal): -2196100 or 8158686. OLE color: 8158686.

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

Color convert

RGB 222 125 124 -
CMYK 0 0.44 0.44 0.13
HSL 0.61º 0.6% 0.68% -
HSV(B) 0.61º 0.44% 0.87% -
XYZ 41.1 31.65 23.01 -
YUV 153.89 111.14 176.58 -
System Red Green Blue C M Y K H S L
Decimal 222 125 124 0 0.44 0.44 0.13 0.61 0.6 0.68
Hex DE 7D 7C 0 2C 2C D 1 3C 44
Octal 336 175 174 0 54 54 15 1 74 104
Binary 11011110 1111101 1111100 0 101100 101100 1101 1 111100 1000100

Color Harmonies of #DE7D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7D7C

Black with #DE7D7C

Text Example


Text Example

White with #DE7D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7D7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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