Html Css Color HEX #DC7F7A Sea Pink

📋 copy color: '#DC7F7A'

red 220 ◦ green 127 ◦ blue 122

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

Shades of Sea Pink #DC7F7A

Tints of Sea Pink #DC7F7A

RGB

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

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

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

R = 46.91%
G = 27.08%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC7F7A (or 0xDC7F7A) is known color: Sea Pink. HEX triplet: DC, 7F and 7A. RGB value is (220,127,122). Sum of RGB (Red+Green+Blue) = 220+127+122=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7F7A is #238085. Grayscale: #9A9A9A. Windows color (decimal): -2326662 or 8028124. OLE color: 8028124.

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

Color convert

RGB 220 127 122 -
CMYK 0 0.42 0.45 0.14
HSL 3.06º 0.58% 0.67% -
HSV(B) 3.06º 0.45% 0.86% -
XYZ 40.62 31.8 22.41 -
YUV 154.24 109.81 174.91 -
System Red Green Blue C M Y K H S L
Decimal 220 127 122 0 0.42 0.45 0.14 3.06 0.58 0.67
Hex DC 7F 7A 0 2A 2D E 3 3A 43
Octal 334 177 172 0 52 55 16 3 72 103
Binary 11011100 1111111 1111010 0 101010 101101 1110 11 111010 1000011

Color Harmonies of #DC7F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F7A

Black with #DC7F7A

Text Example


Text Example

White with #DC7F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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