Html Css Color HEX #DA7A75 Sea Pink

📋 copy color: '#DA7A75'

red 218 ◦ green 122 ◦ blue 117

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

Shades of Sea Pink #DA7A75

Tints of Sea Pink #DA7A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.6%

R = 47.7%
G = 26.7%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA7A75 (or 0xDA7A75) is known color: Sea Pink. HEX triplet: DA, 7A and 75. RGB value is (218,122,117). Sum of RGB (Red+Green+Blue) = 218+122+117=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7A75 is #25858A. Grayscale: #969696. Windows color (decimal): -2459019 or 7699162. OLE color: 7699162.

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

Color convert

RGB 218 122 117 -
CMYK 0 0.44 0.46 0.15
HSL 2.97º 0.58% 0.66% -
HSV(B) 2.97º 0.46% 0.85% -
XYZ 39.08 30.11 20.58 -
YUV 150.13 109.3 176.41 -
System Red Green Blue C M Y K H S L
Decimal 218 122 117 0 0.44 0.46 0.15 2.97 0.58 0.66
Hex DA 7A 75 0 2C 2E F 3 3A 42
Octal 332 172 165 0 54 56 17 3 72 102
Binary 11011010 1111010 1110101 0 101100 101110 1111 11 111010 1000010

Color Harmonies of #DA7A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7A75

Black with #DA7A75

Text Example


Text Example

White with #DA7A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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