Html Css Color HEX #DA8383 Sea Pink

📋 copy color: '#DA8383'

red 218 ◦ green 131 ◦ blue 131

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

Shades of Sea Pink #DA8383

Tints of Sea Pink #DA8383

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.29%

 BLUE value IS 131 (51.56% from 255) = 27.29%

R = 45.42%
G = 27.29%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DA8383 (or 0xDA8383) is known color: Sea Pink. HEX triplet: DA, 83 and 83. RGB value is (218,131,131). Sum of RGB (Red+Green+Blue) = 218+131+131=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 131 (51.56% from 255 or 27.29% from 480); Blue value is 131 (51.56% from 255 or 27.29% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8383 is #257C7C. Grayscale: #9D9D9D. Windows color (decimal): -2456701 or 8618970. OLE color: 8618970.

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

Color convert

RGB 218 131 131 -
CMYK 0 0.40 0.40 0.15
HSL 0.54% 0.68% -
HSV(B) 0.4% 0.85% -
XYZ 41.13 32.78 25.63 -
YUV 157.01 113.32 171.5 -
System Red Green Blue C M Y K H S L
Decimal 218 131 131 0 0.40 0.40 0.15 0 0.54 0.68
Hex DA 83 83 0 28 28 F 0 36 44
Octal 332 203 203 0 50 50 17 0 66 104
Binary 11011010 10000011 10000011 0 101000 101000 1111 0 110110 1000100

Color Harmonies of #DA8383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8383

Black with #DA8383

Text Example


Text Example

White with #DA8383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8383; }

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

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

background-color css

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

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

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

border-color css

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

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

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