Html Css Color HEX #DE7F7D Sea Pink

📋 copy color: '#DE7F7D'

red 222 ◦ green 127 ◦ blue 125

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

Shades of Sea Pink #DE7F7D

Tints of Sea Pink #DE7F7D

RGB

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

 GREEN value IS 127 (50% from 255) = 26.79%

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

R = 46.84%
G = 26.79%
B = 26.37%

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

#DE7F7D (or 0xDE7F7D) is known color: Sea Pink. HEX triplet: DE, 7F and 7D. RGB value is (222,127,125). Sum of RGB (Red+Green+Blue) = 222+127+125=474 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.84% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7F7D is #218082. Grayscale: #9B9B9B. Windows color (decimal): -2195587 or 8224734. OLE color: 8224734.

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

Color convert

RGB 222 127 125 -
CMYK 0 0.43 0.44 0.13
HSL 1.24º 0.6% 0.68% -
HSV(B) 1.24º 0.44% 0.87% -
XYZ 41.42 32.19 23.43 -
YUV 155.18 110.97 175.66 -
System Red Green Blue C M Y K H S L
Decimal 222 127 125 0 0.43 0.44 0.13 1.24 0.6 0.68
Hex DE 7F 7D 0 2B 2C D 1 3C 44
Octal 336 177 175 0 53 54 15 1 74 104
Binary 11011110 1111111 1111101 0 101011 101100 1101 1 111100 1000100

Color Harmonies of #DE7F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7F7D

Black with #DE7F7D

Text Example


Text Example

White with #DE7F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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