Html Css Color HEX #D68281 Sea Pink

📋 copy color: '#D68281'

red 214 ◦ green 130 ◦ blue 129

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

Shades of Sea Pink #D68281

Tints of Sea Pink #D68281

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.48%

 BLUE value IS 129 (50.78% from 255) = 27.27%

R = 45.24%
G = 27.48%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D68281 (or 0xD68281) is known color: Sea Pink. HEX triplet: D6, 82 and 81. RGB value is (214,130,129). Sum of RGB (Red+Green+Blue) = 214+130+129=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 129 (50.78% from 255 or 27.27% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D68281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68281 is #297D7E. Grayscale: #9B9B9B. Windows color (decimal): -2719103 or 8487638. OLE color: 8487638.

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

Color convert

RGB 214 130 129 -
CMYK 0 0.39 0.40 0.16
HSL 0.71º 0.51% 0.67% -
HSV(B) 0.71º 0.4% 0.84% -
XYZ 39.68 31.85 24.82 -
YUV 155 113.33 170.08 -
System Red Green Blue C M Y K H S L
Decimal 214 130 129 0 0.39 0.40 0.16 0.71 0.51 0.67
Hex D6 82 81 0 27 28 10 1 33 43
Octal 326 202 201 0 47 50 20 1 63 103
Binary 11010110 10000010 10000001 0 100111 101000 10000 1 110011 1000011

Color Harmonies of #D68281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68281

Black with #D68281

Text Example


Text Example

White with #D68281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68281; }

 p { color: rgb(214,130,129); }

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

background-color css

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

 a { background-color: rgb(214,130,129); }

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

border-color css

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

 span { border-color: rgb(214,130,129); }

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