Html Css Color HEX #D67175 Froly

📋 copy color: '#D67175'

red 214 ◦ green 113 ◦ blue 117

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

Shades of Froly #D67175

Tints of Froly #D67175

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.45%

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

R = 48.2%
G = 25.45%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D67175 (or 0xD67175) is known color: Froly. HEX triplet: D6, 71 and 75. RGB value is (214,113,117). Sum of RGB (Red+Green+Blue) = 214+113+117=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D67175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67175 is #298E8A. Grayscale: #8F8F8F. Windows color (decimal): -2723467 or 7696854. OLE color: 7696854.

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

Color convert

RGB 214 113 117 -
CMYK 0 0.47 0.45 0.16
HSL 357.62º 0.55% 0.64% -
HSV(B) 357.62º 0.47% 0.84% -
XYZ 36.85 27.39 20.17 -
YUV 143.66 112.96 178.17 -
System Red Green Blue C M Y K H S L
Decimal 214 113 117 0 0.47 0.45 0.16 357.62 0.55 0.64
Hex D6 71 75 0 2F 2D 10 166 37 40
Octal 326 161 165 0 57 55 20 546 67 100
Binary 11010110 1110001 1110101 0 101111 101101 10000 101100110 110111 1000000

Color Harmonies of #D67175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67175

Black with #D67175

Text Example


Text Example

White with #D67175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67175; }

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

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

background-color css

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

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

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

border-color css

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

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

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