Html Css Color HEX #DB827D Sea Pink

📋 copy color: '#DB827D'

red 219 ◦ green 130 ◦ blue 125

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

Shades of Sea Pink #DB827D

Tints of Sea Pink #DB827D

RGB

 RED value IS 219 (85.94% from 255) = 46.2%

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

 BLUE value IS 125 (49.22% from 255) = 26.37%

R = 46.2%
G = 27.43%
B = 26.37%

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

#DB827D (or 0xDB827D) is known color: Sea Pink. HEX triplet: DB, 82 and 7D. RGB value is (219,130,125). Sum of RGB (Red+Green+Blue) = 219+130+125=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB827D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB827D is #247D82. Grayscale: #9C9C9C. Windows color (decimal): -2391427 or 8225499. OLE color: 8225499.

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

Color convert

RGB 219 130 125 -
CMYK 0 0.41 0.43 0.14
HSL 3.19º 0.57% 0.67% -
HSV(B) 3.19º 0.43% 0.86% -
XYZ 40.9 32.51 23.52 -
YUV 156.04 110.49 172.91 -
System Red Green Blue C M Y K H S L
Decimal 219 130 125 0 0.41 0.43 0.14 3.19 0.57 0.67
Hex DB 82 7D 0 29 2B E 3 39 43
Octal 333 202 175 0 51 53 16 3 71 103
Binary 11011011 10000010 1111101 0 101001 101011 1110 11 111001 1000011

Color Harmonies of #DB827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB827D

Black with #DB827D

Text Example


Text Example

White with #DB827D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB827D; }

 p { color: rgb(219,130,125); }

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

background-color css

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

 a { background-color: rgb(219,130,125); }

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

border-color css

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

 span { border-color: rgb(219,130,125); }

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