Html Css Color HEX #DA7875 Sea Pink

📋 copy color: '#DA7875'

red 218 ◦ green 120 ◦ blue 117

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

Shades of Sea Pink #DA7875

Tints of Sea Pink #DA7875

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.37%

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

R = 47.91%
G = 26.37%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA7875 (or 0xDA7875) is known color: Sea Pink. HEX triplet: DA, 78 and 75. RGB value is (218,120,117). Sum of RGB (Red+Green+Blue) = 218+120+117=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 117 (46.09% from 255 or 25.71% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7875 is #25878A. Grayscale: #959595. Windows color (decimal): -2459531 or 7698650. OLE color: 7698650.

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

Color convert

RGB 218 120 117 -
CMYK 0 0.45 0.46 0.15
HSL 1.78º 0.58% 0.66% -
HSV(B) 1.78º 0.46% 0.85% -
XYZ 38.84 29.62 20.5 -
YUV 148.96 109.97 177.24 -
System Red Green Blue C M Y K H S L
Decimal 218 120 117 0 0.45 0.46 0.15 1.78 0.58 0.66
Hex DA 78 75 0 2D 2E F 2 3A 42
Octal 332 170 165 0 55 56 17 2 72 102
Binary 11011010 1111000 1110101 0 101101 101110 1111 10 111010 1000010

Color Harmonies of #DA7875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7875

Black with #DA7875

Text Example


Text Example

White with #DA7875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7875; }

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

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

background-color css

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

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

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

border-color css

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

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

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