Html Css Color HEX #D27F7C Sea Pink

📋 copy color: '#D27F7C'

red 210 ◦ green 127 ◦ blue 124

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

Shades of Sea Pink #D27F7C

Tints of Sea Pink #D27F7C

RGB

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

 GREEN value IS 127 (50% from 255) = 27.55%

 BLUE value IS 124 (48.83% from 255) = 26.9%

R = 45.55%
G = 27.55%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D27F7C (or 0xD27F7C) is known color: Sea Pink. HEX triplet: D2, 7F and 7C. RGB value is (210,127,124). Sum of RGB (Red+Green+Blue) = 210+127+124=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 124 (48.83% from 255 or 26.90% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27F7C is #2D8083. Grayscale: #979797. Windows color (decimal): -2982020 or 8159186. OLE color: 8159186.

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

Color convert

RGB 210 127 124 -
CMYK 0 0.40 0.41 0.18
HSL 2.09º 0.49% 0.65% -
HSV(B) 2.09º 0.41% 0.82% -
XYZ 37.81 30.34 22.93 -
YUV 151.48 112.5 169.74 -
System Red Green Blue C M Y K H S L
Decimal 210 127 124 0 0.40 0.41 0.18 2.09 0.49 0.65
Hex D2 7F 7C 0 28 29 12 2 31 41
Octal 322 177 174 0 50 51 22 2 61 101
Binary 11010010 1111111 1111100 0 101000 101001 10010 10 110001 1000001

Color Harmonies of #D27F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27F7C

Black with #D27F7C

Text Example


Text Example

White with #D27F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27F7C; }

 p { color: rgb(210,127,124); }

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

background-color css

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

 a { background-color: rgb(210,127,124); }

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

border-color css

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

 span { border-color: rgb(210,127,124); }

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