Html Css Color HEX #DE7E7D Sea Pink

📋 copy color: '#DE7E7D'

red 222 ◦ green 126 ◦ blue 125

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

Shades of Sea Pink #DE7E7D

Tints of Sea Pink #DE7E7D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.64%

 BLUE value IS 125 (49.22% from 255) = 26.43%

R = 46.93%
G = 26.64%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DE7E7D (or 0xDE7E7D) is known color: Sea Pink. HEX triplet: DE, 7E and 7D. RGB value is (222,126,125). Sum of RGB (Red+Green+Blue) = 222+126+125=473 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.93% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 125 (49.22% from 255 or 26.43% from 473); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7E7D is #218182. Grayscale: #9A9A9A. Windows color (decimal): -2195843 or 8224478. OLE color: 8224478.

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

Color convert

RGB 222 126 125 -
CMYK 0 0.43 0.44 0.13
HSL 0.62º 0.6% 0.68% -
HSV(B) 0.62º 0.44% 0.87% -
XYZ 41.29 31.93 23.39 -
YUV 154.59 111.3 176.08 -
System Red Green Blue C M Y K H S L
Decimal 222 126 125 0 0.43 0.44 0.13 0.62 0.6 0.68
Hex DE 7E 7D 0 2B 2C D 1 3C 44
Octal 336 176 175 0 53 54 15 1 74 104
Binary 11011110 1111110 1111101 0 101011 101100 1101 1 111100 1000100

Color Harmonies of #DE7E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7E7D

Black with #DE7E7D

Text Example


Text Example

White with #DE7E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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