Html Css Color HEX #DC7F7C Sea Pink

📋 copy color: '#DC7F7C'

red 220 ◦ green 127 ◦ blue 124

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

Shades of Sea Pink #DC7F7C

Tints of Sea Pink #DC7F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.33%

R = 46.71%
G = 26.96%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC7F7C (or 0xDC7F7C) is known color: Sea Pink. HEX triplet: DC, 7F and 7C. RGB value is (220,127,124). Sum of RGB (Red+Green+Blue) = 220+127+124=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7F7C is #238083. Grayscale: #9A9A9A. Windows color (decimal): -2326660 or 8159196. OLE color: 8159196.

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

Color convert

RGB 220 127 124 -
CMYK 0 0.42 0.44 0.14
HSL 1.88º 0.58% 0.67% -
HSV(B) 1.88º 0.44% 0.86% -
XYZ 40.74 31.85 23.07 -
YUV 154.47 110.81 174.74 -
System Red Green Blue C M Y K H S L
Decimal 220 127 124 0 0.42 0.44 0.14 1.88 0.58 0.67
Hex DC 7F 7C 0 2A 2C E 2 3A 43
Octal 334 177 174 0 52 54 16 2 72 103
Binary 11011100 1111111 1111100 0 101010 101100 1110 10 111010 1000011

Color Harmonies of #DC7F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F7C

Black with #DC7F7C

Text Example


Text Example

White with #DC7F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F7C; }

 p { color: rgb(220,127,124); }

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

background-color css

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

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

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

border-color css

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

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

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