Html Css Color HEX #D27775 Sea Pink

📋 copy color: '#D27775'

red 210 ◦ green 119 ◦ blue 117

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

Shades of Sea Pink #D27775

Tints of Sea Pink #D27775

RGB

 RED value IS 210 (82.42% from 255) = 47.09%

 GREEN value IS 119 (46.88% from 255) = 26.68%

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

R = 47.09%
G = 26.68%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D27775 (or 0xD27775) is known color: Sea Pink. HEX triplet: D2, 77 and 75. RGB value is (210,119,117). Sum of RGB (Red+Green+Blue) = 210+119+117=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D27775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27775 is #2D888A. Grayscale: #929292. Windows color (decimal): -2984075 or 7698386. OLE color: 7698386.

HSL color Cylindrical-coordinate representation of color #D27775: hue angle of 1.29º degrees, saturation: 0.51, 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 #D27775 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 119 117 -
CMYK 0 0.43 0.44 0.18
HSL 1.29º 0.51% 0.64% -
HSV(B) 1.29º 0.44% 0.82% -
XYZ 36.39 28.18 20.35 -
YUV 145.98 111.65 173.66 -
System Red Green Blue C M Y K H S L
Decimal 210 119 117 0 0.43 0.44 0.18 1.29 0.51 0.64
Hex D2 77 75 0 2B 2C 12 1 33 40
Octal 322 167 165 0 53 54 22 1 63 100
Binary 11010010 1110111 1110101 0 101011 101100 10010 1 110011 1000000

Color Harmonies of #D27775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27775

Black with #D27775

Text Example


Text Example

White with #D27775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27775; }

 p { color: rgb(210,119,117); }

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

background-color css

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

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

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

border-color css

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

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

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