Html Css Color HEX #DC827E Sea Pink

📋 copy color: '#DC827E'

red 220 ◦ green 130 ◦ blue 126

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

Shades of Sea Pink #DC827E

Tints of Sea Pink #DC827E

RGB

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

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

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

R = 46.22%
G = 27.31%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC827E (or 0xDC827E) is known color: Sea Pink. HEX triplet: DC, 82 and 7E. RGB value is (220,130,126). Sum of RGB (Red+Green+Blue) = 220+130+126=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 126 (49.61% from 255 or 26.47% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC827E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC827E is #237D81. Grayscale: #9C9C9C. Windows color (decimal): -2325890 or 8291036. OLE color: 8291036.

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

Color convert

RGB 220 130 126 -
CMYK 0 0.41 0.43 0.14
HSL 2.55º 0.57% 0.68% -
HSV(B) 2.55º 0.43% 0.86% -
XYZ 41.26 32.69 23.87 -
YUV 156.45 110.82 173.33 -
System Red Green Blue C M Y K H S L
Decimal 220 130 126 0 0.41 0.43 0.14 2.55 0.57 0.68
Hex DC 82 7E 0 29 2B E 3 39 44
Octal 334 202 176 0 51 53 16 3 71 104
Binary 11011100 10000010 1111110 0 101001 101011 1110 11 111001 1000100

Color Harmonies of #DC827E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC827E

Black with #DC827E

Text Example


Text Example

White with #DC827E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC827E; }

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

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

background-color css

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

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

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

border-color css

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

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

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