Html Css Color HEX #D67275 Froly

📋 copy color: '#D67275'

red 214 ◦ green 114 ◦ blue 117

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

Shades of Froly #D67275

Tints of Froly #D67275

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.62%

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

R = 48.09%
G = 25.62%
B = 26.29%

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

#D67275 (or 0xD67275) is known color: Froly. HEX triplet: D6, 72 and 75. RGB value is (214,114,117). Sum of RGB (Red+Green+Blue) = 214+114+117=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D67275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67275 is #298D8A. Grayscale: #909090. Windows color (decimal): -2723211 or 7697110. OLE color: 7697110.

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

Color convert

RGB 214 114 117 -
CMYK 0 0.47 0.45 0.16
HSL 358.2º 0.55% 0.64% -
HSV(B) 358.2º 0.47% 0.84% -
XYZ 36.96 27.62 20.21 -
YUV 144.24 112.63 177.76 -
System Red Green Blue C M Y K H S L
Decimal 214 114 117 0 0.47 0.45 0.16 358.2 0.55 0.64
Hex D6 72 75 0 2F 2D 10 166 37 40
Octal 326 162 165 0 57 55 20 546 67 100
Binary 11010110 1110010 1110101 0 101111 101101 10000 101100110 110111 1000000

Color Harmonies of #D67275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67275

Black with #D67275

Text Example


Text Example

White with #D67275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67275; }

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

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

background-color css

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

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

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

border-color css

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

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

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