Html Css Color HEX #D67675 Sea Pink

📋 copy color: '#D67675'

red 214 ◦ green 118 ◦ blue 117

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

Shades of Sea Pink #D67675

Tints of Sea Pink #D67675

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.28%

 BLUE value IS 117 (46.09% from 255) = 26.06%

R = 47.66%
G = 26.28%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D67675 (or 0xD67675) is known color: Sea Pink. HEX triplet: D6, 76 and 75. RGB value is (214,118,117). Sum of RGB (Red+Green+Blue) = 214+118+117=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D67675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67675 is #29898A. Grayscale: #929292. Windows color (decimal): -2722187 or 7698134. OLE color: 7698134.

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

Color convert

RGB 214 118 117 -
CMYK 0 0.45 0.45 0.16
HSL 0.62º 0.54% 0.65% -
HSV(B) 0.62º 0.45% 0.84% -
XYZ 37.42 28.54 20.37 -
YUV 146.59 111.3 176.08 -
System Red Green Blue C M Y K H S L
Decimal 214 118 117 0 0.45 0.45 0.16 0.62 0.54 0.65
Hex D6 76 75 0 2D 2D 10 1 36 41
Octal 326 166 165 0 55 55 20 1 66 101
Binary 11010110 1110110 1110101 0 101101 101101 10000 1 110110 1000001

Color Harmonies of #D67675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67675

Black with #D67675

Text Example


Text Example

White with #D67675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67675; }

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

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

background-color css

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

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

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

border-color css

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

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

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