Html Css Color HEX #DC827F Sea Pink

📋 copy color: '#DC827F'

red 220 ◦ green 130 ◦ blue 127

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

Shades of Sea Pink #DC827F

Tints of Sea Pink #DC827F

RGB

 RED value IS 220 (86.33% from 255) = 46.12%

 GREEN value IS 130 (51.17% from 255) = 27.25%

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

R = 46.12%
G = 27.25%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC827F (or 0xDC827F) is known color: Sea Pink. HEX triplet: DC, 82 and 7F. RGB value is (220,130,127). Sum of RGB (Red+Green+Blue) = 220+130+127=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC827F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC827F is #237D80. Grayscale: #9C9C9C. Windows color (decimal): -2325889 or 8356572. OLE color: 8356572.

HSL color Cylindrical-coordinate representation of color #DC827F: hue angle of 1.94º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC827F is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 130 127 -
CMYK 0 0.41 0.42 0.14
HSL 1.94º 0.57% 0.68% -
HSV(B) 1.94º 0.42% 0.86% -
XYZ 41.33 32.71 24.21 -
YUV 156.57 111.32 173.24 -
System Red Green Blue C M Y K H S L
Decimal 220 130 127 0 0.41 0.42 0.14 1.94 0.57 0.68
Hex DC 82 7F 0 29 2A E 2 39 44
Octal 334 202 177 0 51 52 16 2 71 104
Binary 11011100 10000010 1111111 0 101001 101010 1110 10 111001 1000100

Color Harmonies of #DC827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC827F

Black with #DC827F

Text Example


Text Example

White with #DC827F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC827F; }

 p { color: rgb(220,130,127); }

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

background-color css

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

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

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

border-color css

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

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

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