Html Css Color HEX #D67574 Sea Pink

📋 copy color: '#D67574'

red 214 ◦ green 117 ◦ blue 116

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

Shades of Sea Pink #D67574

Tints of Sea Pink #D67574

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.17%

 BLUE value IS 116 (45.7% from 255) = 25.95%

R = 47.87%
G = 26.17%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D67574 (or 0xD67574) is known color: Sea Pink. HEX triplet: D6, 75 and 74. RGB value is (214,117,116). Sum of RGB (Red+Green+Blue) = 214+117+116=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 116 (45.70% from 255 or 25.95% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D67574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67574 is #298A8B. Grayscale: #919191. Windows color (decimal): -2722444 or 7632342. OLE color: 7632342.

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

Color convert

RGB 214 117 116 -
CMYK 0 0.45 0.46 0.16
HSL 0.61º 0.54% 0.65% -
HSV(B) 0.61º 0.46% 0.84% -
XYZ 37.25 28.28 20.02 -
YUV 145.89 111.14 176.58 -
System Red Green Blue C M Y K H S L
Decimal 214 117 116 0 0.45 0.46 0.16 0.61 0.54 0.65
Hex D6 75 74 0 2D 2E 10 1 36 41
Octal 326 165 164 0 55 56 20 1 66 101
Binary 11010110 1110101 1110100 0 101101 101110 10000 1 110110 1000001

Color Harmonies of #D67574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67574

Black with #D67574

Text Example


Text Example

White with #D67574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67574; }

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

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

background-color css

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

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

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

border-color css

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

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

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