#D67A75

Color #D67A75 Sea Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Pink #D67A75

Tints of Sea Pink #D67A75

Color information

#D67A75 (or 0xD67A75) is unknown color: approx Sea Pink. HEX triplet: D6, 7A and 75. RGB value is (214,122,117). Sum of RGB (Red+Green+Blue) = 214+122+117=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 122 (48.05% from 255 or 26.93% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67A75 is #29858A. Grayscale: #959595. Windows color (decimal): -2721163 or 7699158. OLE color: 7699158.

HSL color Cylindrical-coordinate representation of color #D67A75: hue angle of 3.09º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D67A75 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB214122117-
CMYK00.430.450.16
HSL3.09º54.19%64.9%-
HSV(B)3.09º45.33%83.92%-
XYZ37.929.520.53-
YUV148.94109.98174.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.24%
GREEN value IS 122 (48.05% from 255) = 26.93%
BLUE value IS 117 (46.09% from 255) = 25.83%
R=47.24%
G=26.93%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412211700.430.450.163.0954.1964.9
HexD67A7502B2D1033641
Octal3261721650535520366101
Binary1101011011110101110101010101110110110000111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67A75; }

 p { color: rgb(214,122,117); }

 H1.HeaderClassName
 {
   color: #D67A75;
 }
 .AnyTagClassName
 {
   color: #D67A75;
 }
</style>
background-color css

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

 a { background-color: rgb(214,122,117); }

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

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

 span { border-color: rgb(214,122,117); }

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