Html Css Color HEX #DE7B7A Sea Pink

📋 copy color: '#DE7B7A'

red 222 ◦ green 123 ◦ blue 122

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

Shades of Sea Pink #DE7B7A

Tints of Sea Pink #DE7B7A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.34%

 BLUE value IS 122 (48.05% from 255) = 26.12%

R = 47.54%
G = 26.34%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DE7B7A (or 0xDE7B7A) is known color: Sea Pink. HEX triplet: DE, 7B and 7A. RGB value is (222,123,122). Sum of RGB (Red+Green+Blue) = 222+123+122=467 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.54% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7B7A is #218485. Grayscale: #989898. Windows color (decimal): -2196614 or 8027102. OLE color: 8027102.

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

Color convert

RGB 222 123 122 -
CMYK 0 0.45 0.45 0.13
HSL 0.6º 0.6% 0.67% -
HSV(B) 0.6º 0.45% 0.87% -
XYZ 40.72 31.1 22.27 -
YUV 152.49 110.8 177.58 -
System Red Green Blue C M Y K H S L
Decimal 222 123 122 0 0.45 0.45 0.13 0.6 0.6 0.67
Hex DE 7B 7A 0 2D 2D D 1 3C 43
Octal 336 173 172 0 55 55 15 1 74 103
Binary 11011110 1111011 1111010 0 101101 101101 1101 1 111100 1000011

Color Harmonies of #DE7B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7B7A

Black with #DE7B7A

Text Example


Text Example

White with #DE7B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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