Html Css Color HEX #D3807D Sea Pink

📋 copy color: '#D3807D'

red 211 ◦ green 128 ◦ blue 125

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

Shades of Sea Pink #D3807D

Tints of Sea Pink #D3807D

RGB

 RED value IS 211 (82.81% from 255) = 45.47%

 GREEN value IS 128 (50.39% from 255) = 27.59%

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

R = 45.47%
G = 27.59%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D3807D (or 0xD3807D) is known color: Sea Pink. HEX triplet: D3, 80 and 7D. RGB value is (211,128,125). Sum of RGB (Red+Green+Blue) = 211+128+125=464 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.47% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 211 - color contains mainly: red. Hex color #D3807D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3807D is #2C7F82. Grayscale: #989898. Windows color (decimal): -2916227 or 8224979. OLE color: 8224979.

HSL color Cylindrical-coordinate representation of color #D3807D: hue angle of 2.09º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D3807D is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 128 125 -
CMYK 0 0.39 0.41 0.17
HSL 2.09º 0.49% 0.66% -
HSV(B) 2.09º 0.41% 0.83% -
XYZ 38.28 30.77 23.32 -
YUV 152.48 112.5 169.74 -
System Red Green Blue C M Y K H S L
Decimal 211 128 125 0 0.39 0.41 0.17 2.09 0.49 0.66
Hex D3 80 7D 0 27 29 11 2 31 42
Octal 323 200 175 0 47 51 21 2 61 102
Binary 11010011 10000000 1111101 0 100111 101001 10001 10 110001 1000010

Color Harmonies of #D3807D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3807D

Black with #D3807D

Text Example


Text Example

White with #D3807D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3807D; }

 p { color: rgb(211,128,125); }

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

background-color css

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

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

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

border-color css

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

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

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