Html Css Color HEX #DB7975 Sea Pink

📋 copy color: '#DB7975'

red 219 ◦ green 121 ◦ blue 117

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

Shades of Sea Pink #DB7975

Tints of Sea Pink #DB7975

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.48%

 BLUE value IS 117 (46.09% from 255) = 25.6%

R = 47.92%
G = 26.48%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB7975 (or 0xDB7975) is known color: Sea Pink. HEX triplet: DB, 79 and 75. RGB value is (219,121,117). Sum of RGB (Red+Green+Blue) = 219+121+117=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7975 is #24868A. Grayscale: #959595. Windows color (decimal): -2393739 or 7698907. OLE color: 7698907.

HSL color Cylindrical-coordinate representation of color #DB7975: hue angle of 2.35º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB7975 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 121 117 -
CMYK 0 0.45 0.47 0.14
HSL 2.35º 0.59% 0.66% -
HSV(B) 2.35º 0.47% 0.86% -
XYZ 39.26 30.02 20.55 -
YUV 149.85 109.47 177.33 -
System Red Green Blue C M Y K H S L
Decimal 219 121 117 0 0.45 0.47 0.14 2.35 0.59 0.66
Hex DB 79 75 0 2D 2F E 2 3B 42
Octal 333 171 165 0 55 57 16 2 73 102
Binary 11011011 1111001 1110101 0 101101 101111 1110 10 111011 1000010

Color Harmonies of #DB7975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7975

Black with #DB7975

Text Example


Text Example

White with #DB7975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7975; }

 p { color: rgb(219,121,117); }

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

background-color css

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

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

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

border-color css

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

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

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