Html Css Color HEX #DA7675 Sea Pink

📋 copy color: '#DA7675'

red 218 ◦ green 118 ◦ blue 117

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

Shades of Sea Pink #DA7675

Tints of Sea Pink #DA7675

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.05%

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

R = 48.12%
G = 26.05%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA7675 (or 0xDA7675) is known color: Sea Pink. HEX triplet: DA, 76 and 75. RGB value is (218,118,117). Sum of RGB (Red+Green+Blue) = 218+118+117=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7675 is #25898A. Grayscale: #939393. Windows color (decimal): -2460043 or 7698138. OLE color: 7698138.

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

Color convert

RGB 218 118 117 -
CMYK 0 0.46 0.46 0.15
HSL 0.59º 0.58% 0.66% -
HSV(B) 0.59º 0.46% 0.85% -
XYZ 38.6 29.15 20.42 -
YUV 147.79 110.63 178.08 -
System Red Green Blue C M Y K H S L
Decimal 218 118 117 0 0.46 0.46 0.15 0.59 0.58 0.66
Hex DA 76 75 0 2E 2E F 1 3A 42
Octal 332 166 165 0 56 56 17 1 72 102
Binary 11011010 1110110 1110101 0 101110 101110 1111 1 111010 1000010

Color Harmonies of #DA7675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7675

Black with #DA7675

Text Example


Text Example

White with #DA7675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7675; }

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

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

background-color css

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

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

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

border-color css

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

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

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