Html Css Color HEX #DC7E7E Sea Pink

📋 copy color: '#DC7E7E'

red 220 ◦ green 126 ◦ blue 126

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

Shades of Sea Pink #DC7E7E

Tints of Sea Pink #DC7E7E

RGB

 RED value IS 220 (86.33% from 255) = 46.61%

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

 BLUE value IS 126 (49.61% from 255) = 26.69%

R = 46.61%
G = 26.69%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC7E7E (or 0xDC7E7E) is known color: Sea Pink. HEX triplet: DC, 7E and 7E. RGB value is (220,126,126). Sum of RGB (Red+Green+Blue) = 220+126+126=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7E7E is #238181. Grayscale: #9A9A9A. Windows color (decimal): -2326914 or 8290012. OLE color: 8290012.

HSL color Cylindrical-coordinate representation of color #DC7E7E: hue angle of 0º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC7E7E is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 126 126 -
CMYK 0 0.43 0.43 0.14
HSL 0.57% 0.68% -
HSV(B) 0.43% 0.86% -
XYZ 40.74 31.64 23.7 -
YUV 154.11 112.14 175 -
System Red Green Blue C M Y K H S L
Decimal 220 126 126 0 0.43 0.43 0.14 0 0.57 0.68
Hex DC 7E 7E 0 2B 2B E 0 39 44
Octal 334 176 176 0 53 53 16 0 71 104
Binary 11011100 1111110 1111110 0 101011 101011 1110 0 111001 1000100

Color Harmonies of #DC7E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7E7E

Black with #DC7E7E

Text Example


Text Example

White with #DC7E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7E7E; }

 p { color: rgb(220,126,126); }

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

background-color css

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

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

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

border-color css

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

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

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