Html Css Color HEX #DC7A7A Sea Pink

📋 copy color: '#DC7A7A'

red 220 ◦ green 122 ◦ blue 122

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

Shades of Sea Pink #DC7A7A

Tints of Sea Pink #DC7A7A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.29%

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

R = 47.41%
G = 26.29%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC7A7A (or 0xDC7A7A) is known color: Sea Pink. HEX triplet: DC, 7A and 7A. RGB value is (220,122,122). Sum of RGB (Red+Green+Blue) = 220+122+122=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 122 (48.05% from 255 or 26.29% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7A7A is #238585. Grayscale: #979797. Windows color (decimal): -2327942 or 8026844. OLE color: 8026844.

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

Color convert

RGB 220 122 122 -
CMYK 0 0.45 0.45 0.14
HSL 0.58% 0.67% -
HSV(B) 0.45% 0.86% -
XYZ 39.99 30.54 22.2 -
YUV 151.3 111.47 177 -
System Red Green Blue C M Y K H S L
Decimal 220 122 122 0 0.45 0.45 0.14 0 0.58 0.67
Hex DC 7A 7A 0 2D 2D E 0 3A 43
Octal 334 172 172 0 55 55 16 0 72 103
Binary 11011100 1111010 1111010 0 101101 101101 1110 0 111010 1000011

Color Harmonies of #DC7A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7A7A

Black with #DC7A7A

Text Example


Text Example

White with #DC7A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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