Html Css Color HEX #DC817F Sea Pink

📋 copy color: '#DC817F'

red 220 ◦ green 129 ◦ blue 127

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

Shades of Sea Pink #DC817F

Tints of Sea Pink #DC817F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.1%

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

R = 46.22%
G = 27.1%
B = 26.68%

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

#DC817F (or 0xDC817F) is known color: Sea Pink. HEX triplet: DC, 81 and 7F. RGB value is (220,129,127). Sum of RGB (Red+Green+Blue) = 220+129+127=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC817F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC817F is #237E80. Grayscale: #9C9C9C. Windows color (decimal): -2326145 or 8356316. OLE color: 8356316.

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

Color convert

RGB 220 129 127 -
CMYK 0 0.41 0.42 0.14
HSL 1.29º 0.57% 0.68% -
HSV(B) 1.29º 0.42% 0.86% -
XYZ 41.2 32.45 24.17 -
YUV 155.98 111.65 173.66 -
System Red Green Blue C M Y K H S L
Decimal 220 129 127 0 0.41 0.42 0.14 1.29 0.57 0.68
Hex DC 81 7F 0 29 2A E 1 39 44
Octal 334 201 177 0 51 52 16 1 71 104
Binary 11011100 10000001 1111111 0 101001 101010 1110 1 111001 1000100

Color Harmonies of #DC817F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC817F

Black with #DC817F

Text Example


Text Example

White with #DC817F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC817F; }

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

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

background-color css

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

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

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

border-color css

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

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

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