Html Css Color HEX #DA7F7A Sea Pink

📋 copy color: '#DA7F7A'

red 218 ◦ green 127 ◦ blue 122

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

Shades of Sea Pink #DA7F7A

Tints of Sea Pink #DA7F7A

RGB

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

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

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

R = 46.68%
G = 27.19%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA7F7A (or 0xDA7F7A) is known color: Sea Pink. HEX triplet: DA, 7F and 7A. RGB value is (218,127,122). Sum of RGB (Red+Green+Blue) = 218+127+122=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7F7A is #258085. Grayscale: #999999. Windows color (decimal): -2457734 or 8028122. OLE color: 8028122.

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

Color convert

RGB 218 127 122 -
CMYK 0 0.42 0.44 0.15
HSL 3.13º 0.56% 0.67% -
HSV(B) 3.13º 0.44% 0.85% -
XYZ 40.02 31.49 22.38 -
YUV 153.64 110.15 173.91 -
System Red Green Blue C M Y K H S L
Decimal 218 127 122 0 0.42 0.44 0.15 3.13 0.56 0.67
Hex DA 7F 7A 0 2A 2C F 3 38 43
Octal 332 177 172 0 52 54 17 3 70 103
Binary 11011010 1111111 1111010 0 101010 101100 1111 11 111000 1000011

Color Harmonies of #DA7F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7F7A

Black with #DA7F7A

Text Example


Text Example

White with #DA7F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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