Html Css Color HEX #DA7975 Sea Pink

📋 copy color: '#DA7975'

red 218 ◦ green 121 ◦ blue 117

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

Shades of Sea Pink #DA7975

Tints of Sea Pink #DA7975

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.54%

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

R = 47.81%
G = 26.54%
B = 25.66%

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

#DA7975 (or 0xDA7975) is known color: Sea Pink. HEX triplet: DA, 79 and 75. RGB value is (218,121,117). Sum of RGB (Red+Green+Blue) = 218+121+117=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7975 is #25868A. Grayscale: #959595. Windows color (decimal): -2459275 or 7698906. OLE color: 7698906.

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

Color convert

RGB 218 121 117 -
CMYK 0 0.44 0.46 0.15
HSL 2.38º 0.58% 0.66% -
HSV(B) 2.38º 0.46% 0.85% -
XYZ 38.96 29.86 20.54 -
YUV 149.55 109.64 176.83 -
System Red Green Blue C M Y K H S L
Decimal 218 121 117 0 0.44 0.46 0.15 2.38 0.58 0.66
Hex DA 79 75 0 2C 2E F 2 3A 42
Octal 332 171 165 0 54 56 17 2 72 102
Binary 11011010 1111001 1110101 0 101100 101110 1111 10 111010 1000010

Color Harmonies of #DA7975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7975

Black with #DA7975

Text Example


Text Example

White with #DA7975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7975; }

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

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

background-color css

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

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

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

border-color css

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

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

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