Html Css Color HEX #DA7C7A Sea Pink

📋 copy color: '#DA7C7A'

red 218 ◦ green 124 ◦ blue 122

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

Shades of Sea Pink #DA7C7A

Tints of Sea Pink #DA7C7A

RGB

 RED value IS 218 (85.55% from 255) = 46.98%

 GREEN value IS 124 (48.83% from 255) = 26.72%

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

R = 46.98%
G = 26.72%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA7C7A (or 0xDA7C7A) is known color: Sea Pink. HEX triplet: DA, 7C and 7A. RGB value is (218,124,122). Sum of RGB (Red+Green+Blue) = 218+124+122=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7C7A is #258385. Grayscale: #979797. Windows color (decimal): -2458502 or 8027354. OLE color: 8027354.

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

Color convert

RGB 218 124 122 -
CMYK 0 0.43 0.44 0.15
HSL 1.25º 0.56% 0.67% -
HSV(B) 1.25º 0.44% 0.85% -
XYZ 39.63 30.73 22.25 -
YUV 151.88 111.14 175.16 -
System Red Green Blue C M Y K H S L
Decimal 218 124 122 0 0.43 0.44 0.15 1.25 0.56 0.67
Hex DA 7C 7A 0 2B 2C F 1 38 43
Octal 332 174 172 0 53 54 17 1 70 103
Binary 11011010 1111100 1111010 0 101011 101100 1111 1 111000 1000011

Color Harmonies of #DA7C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7C7A

Black with #DA7C7A

Text Example


Text Example

White with #DA7C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7C7A; }

 p { color: rgb(218,124,122); }

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

background-color css

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

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

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

border-color css

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

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

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