Html Css Color HEX #D68580 Sea Pink

📋 copy color: '#D68580'

red 214 ◦ green 133 ◦ blue 128

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

Shades of Sea Pink #D68580

Tints of Sea Pink #D68580

RGB

 RED value IS 214 (83.98% from 255) = 45.05%

 GREEN value IS 133 (52.34% from 255) = 28%

 BLUE value IS 128 (50.39% from 255) = 26.95%

R = 45.05%
G = 28%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D68580 (or 0xD68580) is known color: Sea Pink. HEX triplet: D6, 85 and 80. RGB value is (214,133,128). Sum of RGB (Red+Green+Blue) = 214+133+128=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D68580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68580 is #297A7F. Grayscale: #9C9C9C. Windows color (decimal): -2718336 or 8422870. OLE color: 8422870.

HSL color Cylindrical-coordinate representation of color #D68580: hue angle of 3.49º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D68580 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 133 128 -
CMYK 0 0.38 0.40 0.16
HSL 3.49º 0.51% 0.67% -
HSV(B) 3.49º 0.4% 0.84% -
XYZ 40.02 32.63 24.61 -
YUV 156.65 111.84 168.91 -
System Red Green Blue C M Y K H S L
Decimal 214 133 128 0 0.38 0.40 0.16 3.49 0.51 0.67
Hex D6 85 80 0 26 28 10 3 33 43
Octal 326 205 200 0 46 50 20 3 63 103
Binary 11010110 10000101 10000000 0 100110 101000 10000 11 110011 1000011

Color Harmonies of #D68580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68580

Black with #D68580

Text Example


Text Example

White with #D68580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68580; }

 p { color: rgb(214,133,128); }

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

background-color css

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

 a { background-color: rgb(214,133,128); }

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

border-color css

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

 span { border-color: rgb(214,133,128); }

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