Html Css Color HEX #DA8888 Sea Pink

📋 copy color: '#DA8888'

red 218 ◦ green 136 ◦ blue 136

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

Shades of Sea Pink #DA8888

Tints of Sea Pink #DA8888

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.76%

 BLUE value IS 136 (53.52% from 255) = 27.76%

R = 44.49%
G = 27.76%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DA8888 (or 0xDA8888) is known color: Sea Pink. HEX triplet: DA, 88 and 88. RGB value is (218,136,136). Sum of RGB (Red+Green+Blue) = 218+136+136=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 136 (53.52% from 255 or 27.76% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8888 is #257777. Grayscale: #A0A0A0. Windows color (decimal): -2455416 or 8947930. OLE color: 8947930.

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

Color convert

RGB 218 136 136 -
CMYK 0 0.38 0.38 0.15
HSL 0.53% 0.69% -
HSV(B) 0.38% 0.85% -
XYZ 42.16 34.29 27.69 -
YUV 160.52 114.17 169 -
System Red Green Blue C M Y K H S L
Decimal 218 136 136 0 0.38 0.38 0.15 0 0.53 0.69
Hex DA 88 88 0 26 26 F 0 35 45
Octal 332 210 210 0 46 46 17 0 65 105
Binary 11011010 10001000 10001000 0 100110 100110 1111 0 110101 1000101

Color Harmonies of #DA8888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8888

Black with #DA8888

Text Example


Text Example

White with #DA8888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8888; }

 p { color: rgb(218,136,136); }

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

background-color css

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

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

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

border-color css

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

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

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