Html Css Color HEX #D27F7E Sea Pink

📋 copy color: '#D27F7E'

red 210 ◦ green 127 ◦ blue 126

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

Shades of Sea Pink #D27F7E

Tints of Sea Pink #D27F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.21%

R = 45.36%
G = 27.43%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.4

 K value IS 0.18

RGB Variations

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

Color information

#D27F7E (or 0xD27F7E) is known color: Sea Pink. HEX triplet: D2, 7F and 7E. RGB value is (210,127,126). Sum of RGB (Red+Green+Blue) = 210+127+126=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 126 (49.61% from 255 or 27.21% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27F7E is #2D8081. Grayscale: #979797. Windows color (decimal): -2982018 or 8290258. OLE color: 8290258.

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

Color convert

RGB 210 127 126 -
CMYK 0 0.40 0.4 0.18
HSL 0.71º 0.48% 0.66% -
HSV(B) 0.71º 0.4% 0.82% -
XYZ 37.93 30.39 23.6 -
YUV 151.7 113.5 169.58 -
System Red Green Blue C M Y K H S L
Decimal 210 127 126 0 0.40 0.4 0.18 0.71 0.48 0.66
Hex D2 7F 7E 0 28 28 12 1 30 42
Octal 322 177 176 0 50 50 22 1 60 102
Binary 11010010 1111111 1111110 0 101000 101000 10010 1 110000 1000010

Color Harmonies of #D27F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27F7E

Black with #D27F7E

Text Example


Text Example

White with #D27F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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