Html Css Color HEX #D67375 Froly

📋 copy color: '#D67375'

red 214 ◦ green 115 ◦ blue 117

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

Shades of Froly #D67375

Tints of Froly #D67375

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.78%

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

R = 47.98%
G = 25.78%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D67375 (or 0xD67375) is known color: Froly. HEX triplet: D6, 73 and 75. RGB value is (214,115,117). Sum of RGB (Red+Green+Blue) = 214+115+117=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D67375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67375 is #298C8A. Grayscale: #909090. Windows color (decimal): -2722955 or 7697366. OLE color: 7697366.

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

Color convert

RGB 214 115 117 -
CMYK 0 0.46 0.45 0.16
HSL 358.79º 0.55% 0.65% -
HSV(B) 358.79º 0.46% 0.84% -
XYZ 37.07 27.84 20.25 -
YUV 144.83 112.3 177.34 -
System Red Green Blue C M Y K H S L
Decimal 214 115 117 0 0.46 0.45 0.16 358.79 0.55 0.65
Hex D6 73 75 0 2E 2D 10 167 37 41
Octal 326 163 165 0 56 55 20 547 67 101
Binary 11010110 1110011 1110101 0 101110 101101 10000 101100111 110111 1000001

Color Harmonies of #D67375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67375

Black with #D67375

Text Example


Text Example

White with #D67375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67375; }

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

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

background-color css

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

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

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

border-color css

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

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

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