Html Css Color HEX #DC7F7F Sea Pink

📋 copy color: '#DC7F7F'

red 220 ◦ green 127 ◦ blue 127

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

Shades of Sea Pink #DC7F7F

Tints of Sea Pink #DC7F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.79%

R = 46.41%
G = 26.79%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC7F7F (or 0xDC7F7F) is known color: Sea Pink. HEX triplet: DC, 7F and 7F. RGB value is (220,127,127). Sum of RGB (Red+Green+Blue) = 220+127+127=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7F7F is #238080. Grayscale: #9A9A9A. Windows color (decimal): -2326657 or 8355804. OLE color: 8355804.

HSL color Cylindrical-coordinate representation of color #DC7F7F: 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.42%. Process color model (Four color, CMYK) of #DC7F7F is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 127 127 -
CMYK 0 0.42 0.42 0.14
HSL 0.57% 0.68% -
HSV(B) 0.42% 0.86% -
XYZ 40.94 31.93 24.08 -
YUV 154.81 112.31 174.5 -
System Red Green Blue C M Y K H S L
Decimal 220 127 127 0 0.42 0.42 0.14 0 0.57 0.68
Hex DC 7F 7F 0 2A 2A E 0 39 44
Octal 334 177 177 0 52 52 16 0 71 104
Binary 11011100 1111111 1111111 0 101010 101010 1110 0 111001 1000100

Color Harmonies of #DC7F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F7F

Black with #DC7F7F

Text Example


Text Example

White with #DC7F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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