Html Css Color HEX #DB7E7C Sea Pink

📋 copy color: '#DB7E7C'

red 219 ◦ green 126 ◦ blue 124

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

Shades of Sea Pink #DB7E7C

Tints of Sea Pink #DB7E7C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.87%

 BLUE value IS 124 (48.83% from 255) = 26.44%

R = 46.7%
G = 26.87%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB7E7C (or 0xDB7E7C) is known color: Sea Pink. HEX triplet: DB, 7E and 7C. RGB value is (219,126,124). Sum of RGB (Red+Green+Blue) = 219+126+124=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 124 (48.83% from 255 or 26.44% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7E7C is #248183. Grayscale: #999999. Windows color (decimal): -2392452 or 8158939. OLE color: 8158939.

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

Color convert

RGB 219 126 124 -
CMYK 0 0.42 0.43 0.14
HSL 1.26º 0.57% 0.67% -
HSV(B) 1.26º 0.43% 0.86% -
XYZ 40.31 31.44 23.01 -
YUV 153.58 111.31 174.66 -
System Red Green Blue C M Y K H S L
Decimal 219 126 124 0 0.42 0.43 0.14 1.26 0.57 0.67
Hex DB 7E 7C 0 2A 2B E 1 39 43
Octal 333 176 174 0 52 53 16 1 71 103
Binary 11011011 1111110 1111100 0 101010 101011 1110 1 111001 1000011

Color Harmonies of #DB7E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7E7C

Black with #DB7E7C

Text Example


Text Example

White with #DB7E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7E7C; }

 p { color: rgb(219,126,124); }

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

background-color css

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

 a { background-color: rgb(219,126,124); }

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

border-color css

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

 span { border-color: rgb(219,126,124); }

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