Html Css Color HEX #DA7B75 Sea Pink

📋 copy color: '#DA7B75'

red 218 ◦ green 123 ◦ blue 117

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

Shades of Sea Pink #DA7B75

Tints of Sea Pink #DA7B75

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.86%

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

R = 47.6%
G = 26.86%
B = 25.55%

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

#DA7B75 (or 0xDA7B75) is known color: Sea Pink. HEX triplet: DA, 7B and 75. RGB value is (218,123,117). Sum of RGB (Red+Green+Blue) = 218+123+117=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7B75 is #25848A. Grayscale: #969696. Windows color (decimal): -2458763 or 7699418. OLE color: 7699418.

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

Color convert

RGB 218 123 117 -
CMYK 0 0.44 0.46 0.15
HSL 3.56º 0.58% 0.66% -
HSV(B) 3.56º 0.46% 0.85% -
XYZ 39.21 30.36 20.62 -
YUV 150.72 108.97 175.99 -
System Red Green Blue C M Y K H S L
Decimal 218 123 117 0 0.44 0.46 0.15 3.56 0.58 0.66
Hex DA 7B 75 0 2C 2E F 4 3A 42
Octal 332 173 165 0 54 56 17 4 72 102
Binary 11011010 1111011 1110101 0 101100 101110 1111 100 111010 1000010

Color Harmonies of #DA7B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7B75

Black with #DA7B75

Text Example


Text Example

White with #DA7B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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