Html Css Color HEX #DB7D7D Sea Pink

📋 copy color: '#DB7D7D'

red 219 ◦ green 125 ◦ blue 125

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

Shades of Sea Pink #DB7D7D

Tints of Sea Pink #DB7D7D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.65%

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

R = 46.7%
G = 26.65%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB7D7D (or 0xDB7D7D) is known color: Sea Pink. HEX triplet: DB, 7D and 7D. RGB value is (219,125,125). Sum of RGB (Red+Green+Blue) = 219+125+125=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7D7D is #248282. Grayscale: #999999. Windows color (decimal): -2392707 or 8224219. OLE color: 8224219.

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

Color convert

RGB 219 125 125 -
CMYK 0 0.43 0.43 0.14
HSL 0.57% 0.67% -
HSV(B) 0.43% 0.86% -
XYZ 40.25 31.21 23.3 -
YUV 153.11 112.14 175 -
System Red Green Blue C M Y K H S L
Decimal 219 125 125 0 0.43 0.43 0.14 0 0.57 0.67
Hex DB 7D 7D 0 2B 2B E 0 39 43
Octal 333 175 175 0 53 53 16 0 71 103
Binary 11011011 1111101 1111101 0 101011 101011 1110 0 111001 1000011

Color Harmonies of #DB7D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7D7D

Black with #DB7D7D

Text Example


Text Example

White with #DB7D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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