Html Css Color HEX #D67A75 Sea Pink

📋 copy color: '#D67A75'

red 214 ◦ green 122 ◦ blue 117

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

Shades of Sea Pink #D67A75

Tints of Sea Pink #D67A75

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 value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D67A75 (or 0xD67A75) is known color: 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

RGB 214 122 117 -
CMYK 0 0.43 0.45 0.16
HSL 3.09º 0.54% 0.65% -
HSV(B) 3.09º 0.45% 0.84% -
XYZ 37.9 29.5 20.53 -
YUV 148.94 109.98 174.41 -
System Red Green Blue C M Y K H S L
Decimal 214 122 117 0 0.43 0.45 0.16 3.09 0.54 0.65
Hex D6 7A 75 0 2B 2D 10 3 36 41
Octal 326 172 165 0 53 55 20 3 66 101
Binary 11010110 1111010 1110101 0 101011 101101 10000 11 110110 1000001

Color Harmonies of #D67A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67A75

Black with #D67A75

Text Example


Text Example

White with #D67A75

Text Example


Text Example

HTML Codes & Css Web 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>