Html Css Color HEX #D46775 Froly

📋 copy color: '#D46775'

red 212 ◦ green 103 ◦ blue 117

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

Shades of Froly #D46775

Tints of Froly #D46775

RGB

 RED value IS 212 (83.2% from 255) = 49.07%

 GREEN value IS 103 (40.63% from 255) = 23.84%

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

R = 49.07%
G = 23.84%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D46775 (or 0xD46775) is known color: Froly. HEX triplet: D4, 67 and 75. RGB value is (212,103,117). Sum of RGB (Red+Green+Blue) = 212+103+117=432 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.07% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 212 - color contains mainly: red. Hex color #D46775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46775 is #2B988A. Grayscale: #898989. Windows color (decimal): -2857099 or 7694292. OLE color: 7694292.

HSL color Cylindrical-coordinate representation of color #D46775: hue angle of 352.29º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D46775 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 103 117 -
CMYK 0 0.51 0.45 0.17
HSL 352.29º 0.56% 0.62% -
HSV(B) 352.29º 0.51% 0.83% -
XYZ 35.21 24.98 19.8 -
YUV 137.19 116.61 181.36 -
System Red Green Blue C M Y K H S L
Decimal 212 103 117 0 0.51 0.45 0.17 352.29 0.56 0.62
Hex D4 67 75 0 33 2D 11 160 38 3E
Octal 324 147 165 0 63 55 21 540 70 76
Binary 11010100 1100111 1110101 0 110011 101101 10001 101100000 111000 111110

Color Harmonies of #D46775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46775

Black with #D46775

Text Example


Text Example

White with #D46775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46775; }

 p { color: rgb(212,103,117); }

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

background-color css

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

 a { background-color: rgb(212,103,117); }

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

border-color css

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

 span { border-color: rgb(212,103,117); }

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