Html Css Color HEX #DA8585 Sea Pink

📋 copy color: '#DA8585'

red 218 ◦ green 133 ◦ blue 133

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

Shades of Sea Pink #DA8585

Tints of Sea Pink #DA8585

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.48%

 BLUE value IS 133 (52.34% from 255) = 27.48%

R = 45.04%
G = 27.48%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DA8585 (or 0xDA8585) is known color: Sea Pink. HEX triplet: DA, 85 and 85. RGB value is (218,133,133). Sum of RGB (Red+Green+Blue) = 218+133+133=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 133 (52.34% from 255 or 27.48% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8585 is #257A7A. Grayscale: #9E9E9E. Windows color (decimal): -2456187 or 8750554. OLE color: 8750554.

HSL color Cylindrical-coordinate representation of color #DA8585: 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.39%. Process color model (Four color, CMYK) of #DA8585 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 133 133 -
CMYK 0 0.39 0.39 0.15
HSL 0.53% 0.69% -
HSV(B) 0.39% 0.85% -
XYZ 41.53 33.37 26.44 -
YUV 158.42 113.66 170.5 -
System Red Green Blue C M Y K H S L
Decimal 218 133 133 0 0.39 0.39 0.15 0 0.53 0.69
Hex DA 85 85 0 27 27 F 0 35 45
Octal 332 205 205 0 47 47 17 0 65 105
Binary 11011010 10000101 10000101 0 100111 100111 1111 0 110101 1000101

Color Harmonies of #DA8585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8585

Black with #DA8585

Text Example


Text Example

White with #DA8585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8585; }

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

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

background-color css

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

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

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

border-color css

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

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

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