Html Css Color HEX #D27F7A Sea Pink

📋 copy color: '#D27F7A'

red 210 ◦ green 127 ◦ blue 122

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

Shades of Sea Pink #D27F7A

Tints of Sea Pink #D27F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.58%

R = 45.75%
G = 27.67%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D27F7A (or 0xD27F7A) is known color: Sea Pink. HEX triplet: D2, 7F and 7A. RGB value is (210,127,122). Sum of RGB (Red+Green+Blue) = 210+127+122=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27F7A is #2D8085. Grayscale: #979797. Windows color (decimal): -2982022 or 8028114. OLE color: 8028114.

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

Color convert

RGB 210 127 122 -
CMYK 0 0.40 0.42 0.18
HSL 3.41º 0.49% 0.65% -
HSV(B) 3.41º 0.42% 0.82% -
XYZ 37.68 30.29 22.27 -
YUV 151.25 111.5 169.91 -
System Red Green Blue C M Y K H S L
Decimal 210 127 122 0 0.40 0.42 0.18 3.41 0.49 0.65
Hex D2 7F 7A 0 28 2A 12 3 31 41
Octal 322 177 172 0 50 52 22 3 61 101
Binary 11010010 1111111 1111010 0 101000 101010 10010 11 110001 1000001

Color Harmonies of #D27F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27F7A

Black with #D27F7A

Text Example


Text Example

White with #D27F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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