Html Css Color HEX #DC807B Sea Pink

📋 copy color: '#DC807B'

red 220 ◦ green 128 ◦ blue 123

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

Shades of Sea Pink #DC807B

Tints of Sea Pink #DC807B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.18%

 BLUE value IS 123 (48.44% from 255) = 26.11%

R = 46.71%
G = 27.18%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC807B (or 0xDC807B) is known color: Sea Pink. HEX triplet: DC, 80 and 7B. RGB value is (220,128,123). Sum of RGB (Red+Green+Blue) = 220+128+123=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 123 (48.44% from 255 or 26.11% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC807B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC807B is #237F84. Grayscale: #9B9B9B. Windows color (decimal): -2326405 or 8093916. OLE color: 8093916.

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

Color convert

RGB 220 128 123 -
CMYK 0 0.42 0.44 0.14
HSL 3.09º 0.58% 0.67% -
HSV(B) 3.09º 0.44% 0.86% -
XYZ 40.81 32.08 22.78 -
YUV 154.94 109.98 174.41 -
System Red Green Blue C M Y K H S L
Decimal 220 128 123 0 0.42 0.44 0.14 3.09 0.58 0.67
Hex DC 80 7B 0 2A 2C E 3 3A 43
Octal 334 200 173 0 52 54 16 3 72 103
Binary 11011100 10000000 1111011 0 101010 101100 1110 11 111010 1000011

Color Harmonies of #DC807B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC807B

Black with #DC807B

Text Example


Text Example

White with #DC807B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC807B; }

 p { color: rgb(220,128,123); }

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

background-color css

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

 a { background-color: rgb(220,128,123); }

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

border-color css

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

 span { border-color: rgb(220,128,123); }

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