Html Css Color HEX #DE7D7B Sea Pink

📋 copy color: '#DE7D7B'

red 222 ◦ green 125 ◦ blue 123

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

Shades of Sea Pink #DE7D7B

Tints of Sea Pink #DE7D7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.17%

R = 47.23%
G = 26.6%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DE7D7B (or 0xDE7D7B) is known color: Sea Pink. HEX triplet: DE, 7D and 7B. RGB value is (222,125,123). Sum of RGB (Red+Green+Blue) = 222+125+123=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7D7B is #218284. Grayscale: #999999. Windows color (decimal): -2196101 or 8093150. OLE color: 8093150.

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

Color convert

RGB 222 125 123 -
CMYK 0 0.44 0.45 0.13
HSL 1.21º 0.6% 0.68% -
HSV(B) 1.21º 0.45% 0.87% -
XYZ 41.03 31.63 22.68 -
YUV 153.78 110.64 176.66 -
System Red Green Blue C M Y K H S L
Decimal 222 125 123 0 0.44 0.45 0.13 1.21 0.6 0.68
Hex DE 7D 7B 0 2C 2D D 1 3C 44
Octal 336 175 173 0 54 55 15 1 74 104
Binary 11011110 1111101 1111011 0 101100 101101 1101 1 111100 1000100

Color Harmonies of #DE7D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7D7B

Black with #DE7D7B

Text Example


Text Example

White with #DE7D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7D7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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