Html Css Color HEX #DC7E7B Sea Pink

📋 copy color: '#DC7E7B'

red 220 ◦ green 126 ◦ blue 123

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

Shades of Sea Pink #DC7E7B

Tints of Sea Pink #DC7E7B

RGB

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

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

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

R = 46.91%
G = 26.87%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC7E7B (or 0xDC7E7B) is known color: Sea Pink. HEX triplet: DC, 7E and 7B. RGB value is (220,126,123). Sum of RGB (Red+Green+Blue) = 220+126+123=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7E7B is #238184. Grayscale: #999999. Windows color (decimal): -2326917 or 8093404. OLE color: 8093404.

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

Color convert

RGB 220 126 123 -
CMYK 0 0.43 0.44 0.14
HSL 1.86º 0.58% 0.67% -
HSV(B) 1.86º 0.44% 0.86% -
XYZ 40.55 31.57 22.69 -
YUV 153.76 110.64 175.24 -
System Red Green Blue C M Y K H S L
Decimal 220 126 123 0 0.43 0.44 0.14 1.86 0.58 0.67
Hex DC 7E 7B 0 2B 2C E 2 3A 43
Octal 334 176 173 0 53 54 16 2 72 103
Binary 11011100 1111110 1111011 0 101011 101100 1110 10 111010 1000011

Color Harmonies of #DC7E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7E7B

Black with #DC7E7B

Text Example


Text Example

White with #DC7E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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