Html Css Color HEX #D27675 Sea Pink

📋 copy color: '#D27675'

red 210 ◦ green 118 ◦ blue 117

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

Shades of Sea Pink #D27675

Tints of Sea Pink #D27675

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.52%

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

R = 47.19%
G = 26.52%
B = 26.29%

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

#D27675 (or 0xD27675) is known color: Sea Pink. HEX triplet: D2, 76 and 75. RGB value is (210,118,117). Sum of RGB (Red+Green+Blue) = 210+118+117=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D27675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27675 is #2D898A. Grayscale: #919191. Windows color (decimal): -2984331 or 7698130. OLE color: 7698130.

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

Color convert

RGB 210 118 117 -
CMYK 0 0.44 0.44 0.18
HSL 0.65º 0.51% 0.64% -
HSV(B) 0.65º 0.44% 0.82% -
XYZ 36.27 27.94 20.31 -
YUV 145.39 111.98 174.08 -
System Red Green Blue C M Y K H S L
Decimal 210 118 117 0 0.44 0.44 0.18 0.65 0.51 0.64
Hex D2 76 75 0 2C 2C 12 1 33 40
Octal 322 166 165 0 54 54 22 1 63 100
Binary 11010010 1110110 1110101 0 101100 101100 10010 1 110011 1000000

Color Harmonies of #D27675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27675

Black with #D27675

Text Example


Text Example

White with #D27675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27675; }

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

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

background-color css

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

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

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

border-color css

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

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

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