Html Css Color HEX #DC7E7A Sea Pink

📋 copy color: '#DC7E7A'

red 220 ◦ green 126 ◦ blue 122

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

Shades of Sea Pink #DC7E7A

Tints of Sea Pink #DC7E7A

RGB

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

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

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

R = 47.01%
G = 26.92%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC7E7A (or 0xDC7E7A) is known color: Sea Pink. HEX triplet: DC, 7E and 7A. RGB value is (220,126,122). Sum of RGB (Red+Green+Blue) = 220+126+122=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 126 (49.61% from 255 or 26.92% from 468); Blue value is 122 (48.05% from 255 or 26.07% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7E7A is #238185. Grayscale: #999999. Windows color (decimal): -2326918 or 8027868. OLE color: 8027868.

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

Color convert

RGB 220 126 122 -
CMYK 0 0.43 0.45 0.14
HSL 2.45º 0.58% 0.67% -
HSV(B) 2.45º 0.45% 0.86% -
XYZ 40.49 31.54 22.37 -
YUV 153.65 110.14 175.33 -
System Red Green Blue C M Y K H S L
Decimal 220 126 122 0 0.43 0.45 0.14 2.45 0.58 0.67
Hex DC 7E 7A 0 2B 2D E 2 3A 43
Octal 334 176 172 0 53 55 16 2 72 103
Binary 11011100 1111110 1111010 0 101011 101101 1110 10 111010 1000011

Color Harmonies of #DC7E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7E7A

Black with #DC7E7A

Text Example


Text Example

White with #DC7E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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