Html Css Color HEX #D27F7F Sea Pink

📋 copy color: '#D27F7F'

red 210 ◦ green 127 ◦ blue 127

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

Shades of Sea Pink #D27F7F

Tints of Sea Pink #D27F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.37%

R = 45.26%
G = 27.37%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D27F7F (or 0xD27F7F) is known color: Sea Pink. HEX triplet: D2, 7F and 7F. RGB value is (210,127,127). Sum of RGB (Red+Green+Blue) = 210+127+127=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27F7F is #2D8080. Grayscale: #979797. Windows color (decimal): -2982017 or 8355794. OLE color: 8355794.

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

Color convert

RGB 210 127 127 -
CMYK 0 0.40 0.40 0.18
HSL 0.48% 0.66% -
HSV(B) 0.4% 0.82% -
XYZ 38 30.41 23.95 -
YUV 151.82 114 169.5 -
System Red Green Blue C M Y K H S L
Decimal 210 127 127 0 0.40 0.40 0.18 0 0.48 0.66
Hex D2 7F 7F 0 28 28 12 0 30 42
Octal 322 177 177 0 50 50 22 0 60 102
Binary 11010010 1111111 1111111 0 101000 101000 10010 0 110000 1000010

Color Harmonies of #D27F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27F7F

Black with #D27F7F

Text Example


Text Example

White with #D27F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27F7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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