Html Css Color HEX #DB7F7B Sea Pink

📋 copy color: '#DB7F7B'

red 219 ◦ green 127 ◦ blue 123

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

Shades of Sea Pink #DB7F7B

Tints of Sea Pink #DB7F7B

RGB

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

 GREEN value IS 127 (50% from 255) = 27.08%

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

R = 46.7%
G = 27.08%
B = 26.23%

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

#DB7F7B (or 0xDB7F7B) is known color: Sea Pink. HEX triplet: DB, 7F and 7B. RGB value is (219,127,123). Sum of RGB (Red+Green+Blue) = 219+127+123=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7F7B is #248084. Grayscale: #9A9A9A. Windows color (decimal): -2392197 or 8093659. OLE color: 8093659.

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

Color convert

RGB 219 127 123 -
CMYK 0 0.42 0.44 0.14
HSL 2.5º 0.57% 0.67% -
HSV(B) 2.5º 0.44% 0.86% -
XYZ 40.38 31.67 22.72 -
YUV 154.05 110.48 174.33 -
System Red Green Blue C M Y K H S L
Decimal 219 127 123 0 0.42 0.44 0.14 2.5 0.57 0.67
Hex DB 7F 7B 0 2A 2C E 2 39 43
Octal 333 177 173 0 52 54 16 2 71 103
Binary 11011011 1111111 1111011 0 101010 101100 1110 10 111001 1000011

Color Harmonies of #DB7F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7F7B

Black with #DB7F7B

Text Example


Text Example

White with #DB7F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7F7B; }

 p { color: rgb(219,127,123); }

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

background-color css

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

 a { background-color: rgb(219,127,123); }

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

border-color css

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

 span { border-color: rgb(219,127,123); }

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