Html Css Color HEX #D17575 Sea Pink

📋 copy color: '#D17575'

red 209 ◦ green 117 ◦ blue 117

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

Shades of Sea Pink #D17575

Tints of Sea Pink #D17575

RGB

 RED value IS 209 (82.03% from 255) = 47.18%

 GREEN value IS 117 (46.09% from 255) = 26.41%

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

R = 47.18%
G = 26.41%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D17575 (or 0xD17575) is known color: Sea Pink. HEX triplet: D1, 75 and 75. RGB value is (209,117,117). Sum of RGB (Red+Green+Blue) = 209+117+117=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 117 (46.09% from 255 or 26.41% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D17575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17575 is #2E8A8A. Grayscale: #909090. Windows color (decimal): -3050123 or 7697873. OLE color: 7697873.

HSL color Cylindrical-coordinate representation of color #D17575: hue angle of 0º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D17575 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 117 117 -
CMYK 0 0.44 0.44 0.18
HSL 0.5% 0.64% -
HSV(B) 0.44% 0.82% -
XYZ 35.87 27.56 20.26 -
YUV 144.51 112.48 174 -
System Red Green Blue C M Y K H S L
Decimal 209 117 117 0 0.44 0.44 0.18 0 0.5 0.64
Hex D1 75 75 0 2C 2C 12 0 32 40
Octal 321 165 165 0 54 54 22 0 62 100
Binary 11010001 1110101 1110101 0 101100 101100 10010 0 110010 1000000

Color Harmonies of #D17575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17575

Black with #D17575

Text Example


Text Example

White with #D17575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17575; }

 p { color: rgb(209,117,117); }

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

background-color css

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

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

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

border-color css

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

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

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